S
SG
Guest
In a verilog module I want to set some registers based on the clock frequency. I also want to validate the clock frequency to be either 50 MHz or 100MHz. If not, then I want to fail the compile. How do I do this using verilog 2001 ?
SG
SG