Forum Discussion
Altera_Forum
Honored Contributor
11 years agoOh. Another question came up though.
What happens when the designer wants to export asynchronously a variable from a clocked process? Declaring a signal and assigning it to the variable inside the clocked process would infer a register... I suppose doing the assignment after the "clocked" IF, ELSEIF(rising edge) would still keep the signal asynchronous...right?