Forum Discussion
3 Replies
- Altera_Forum
Honored Contributor
No, the synthesizer needs either a rising edge of a clock, or a falling edge. You can't use both.
Second this should only be used on an actual clock. If you want to monitor changes on a signal, it would be better to sample it using a real clock and compare it with its previous value. - Altera_Forum
Honored Contributor
It's not a good habit to use both posedge and negedge of one clock.
- Altera_Forum
Honored Contributor
More than that, it just isn't synthesizable in Quartus.