Forum Discussion
Altera_Forum
Honored Contributor
14 years agoif you just insert clock only in add3:
always @ (posedge clock) ... than that should register the signal assignments and should be ok to make your design synchronous. The clock must be available as input if you are testing actual hardware.