Forum Discussion
Altera_Forum
Honored Contributor
17 years agothe signal "en_phase" is a external signal,i hope that the signal "sel_chop_brigde" change from 0 to 1,or 1 to 0 at the negedge of "en_phase",
so i code this: always @ (negedge en_phase) sel_chop_brigde = ~sel_chop_brigde; Timequest thinks the signal "en_phase" is a clock,how can i do to constraint this external signal? Thank you for your answers!!