Forum Discussion
Altera_Forum
Honored Contributor
15 years agoput ledr inside a clocked process. currently you don't give ledr a value for all combination of inputs, so you get a latch. synchronising it will remove this problem.
put ledr inside a clocked process. currently you don't give ledr a value for all combination of inputs, so you get a latch. synchronising it will remove this problem.