varunvats69
Junior Member level 1
verilog rs latch
Hi,
Is there a way to check for race conditions in Verilog?
For e.g., I implement an RS latch using nand gates. The situation in which both the inputs are 0, the outputs q and qbar both will be 1, which is a violation of the definition of a latch. Does Verilog point out such errors? Or would I have to simulate the circuit and check to see situations in which both q and qbar are 1?
Thank you.
Hi,
Is there a way to check for race conditions in Verilog?
For e.g., I implement an RS latch using nand gates. The situation in which both the inputs are 0, the outputs q and qbar both will be 1, which is a violation of the definition of a latch. Does Verilog point out such errors? Or would I have to simulate the circuit and check to see situations in which both q and qbar are 1?
Thank you.