Forum Discussion
Altera_Forum
Honored Contributor
12 years agoHi rbugalho (http://www.alteraforum.com/forum/member.php?u=27812), yes, my signal is generated by synchronous logic. I had the intuition that it might not be a good idea and hence decided to do the following..
always @ (posedge clk) begin if (mysignal == 1) //do stuff end I hope the above is fine. Can you please elaborate how it complicates the design ?