Forum Discussion
Altera_Forum
Honored Contributor
8 years agoWell, for a start, you have the following structure:
if echo = '1' then
if echo = '0' then
--this is impossible, as echo cannot be '1' and '0' at the same time
This case will never occur. If you have a "working" simulation, but it's not working in hardware, then I suggest there is something wrong with how you're testing your code. Maybe you misunderstood how the echo works? or how some other interface should work?