Forum Discussion
Altera_Forum
Honored Contributor
10 years agoWell you have a test bench, so you can easy follow your signals backwards and debug it yourself.
But I will note that your first code is not synthesisable. You cannot have wait statements like you have inside a process. What do you expect the circuit to look like? Have you drawn the circuit diagram before you wrote the code?