Forum Discussion
Altera_Forum
Honored Contributor
14 years agohm... this extra assignment is difficult: in this case it cures the problem but in the next stage in my code (the clock is again forwarded with an assignment from input-port to output-port) it causes it again. I need to latch the data directly from the input port to get the desired latched-one-cycle-after-launch behaviour.
Is my assumption right that I need to do all handling on local signals and assign this (incl. the clock) to the output-port to have equal amount of assignments on all data and clock signals?