Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. YodaTheGreat

    Graphic LCD

    Hi All, I'm looking for a Vhdl for a Graphic LCD 4 Bits, whith CL1, CL2, FLM, M . in monochrome. (HITACHI SP10Q003-T) Have you some code. Best regards Christophe Darnet
  2. YodaTheGreat

    Falling and Rising in same process

    Hi All, I have 2 Signal INPUT_A and INPUT_B. And I want Inc/Dec a variable with this signals Process (INPUT_A,INPUT_B,Reset) Begin If Reset = '1' Then -- Async reset etc Else If Falling_Edge(INPUT_A) Then If INPUT_B='1' Then Variable <=...
  3. YodaTheGreat

    Generate Interrupt

    hi all, I like generate a Interrupt (output) in VDHL ------| |----- |_| an interrupt of 500ns to 1us (no problem) (I have a Clock in my design) I have in my design if VarL>=X"3FC0" Then -- Here I want generate a Interrupt -- may be by one another signal or other...

Part and Inventory Search

Back
Top