Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
13 years ago

reset using a counter doesn't work?

Hi, I'm new to verilog. I was trying to use a counter to automatically reset the LCD after a period of time. my code for reset is as follows module Reset_Delay(clock, reset); input clock...