Altera_Forum
Honored Contributor
9 years agoSynchronization Register Chain?
I made a schematic and i've got multiple registers(32-bit store) created by myself. During the execution, i noticed that some values were not what i expected. It is giving me the result of some old data for some period, and only in the next clock border it gives me the real value. After some research i thought it might be something related to "Synchronization Register Chain", but i'm not really sure.
Is there a megafunction in quartus I can use that solve this problem for me? If not, how can i deal with this myself? Thanks.