Forum Discussion
Altera_Forum
Honored Contributor
14 years agoSome question immediatly arrise:
Why is pi and pi_2 a signal and not a constant? Why have you not clocked the second process? the way it is currently, you are going to get a LOT of latches (which are bad) because you have not assigned every signal in every branch. You also have an incomplete sensitivity list (all of the signals that drive other signals MUST be in the sensitivity list, otherwise the firmware will not match the simulation). For the error - I can only only assume you have assigned angulo_indece more than once. Basically, there are many many problems with this code.