Forum Discussion
Altera_Forum
Honored Contributor
15 years agoAs Pletz suggested, the design won't work if xreg isn't assigned in a clock synchronous always block. The "signal stable" construct doesn't work in synthesis (possibly in simulation).
Alternatively, if the submodule is implementing a register for xout, you can directly and unconditionally assign xout to xin.