Forum Discussion
Altera_Forum
Honored Contributor
12 years ago --- Quote Start --- The negedge statement is so the Verilog understands you are using the signal as an asynchronous reset. It does not matter if there actually is a negedge. This is synthesizeable - it tells the compiler what the initial register state is in the download bit-stream. Cheers, Dave --- Quote End --- Thanks very much, Dave.