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
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 <=...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.