R
rekz
Guest
Is there a way to check if the value of a register in verilog is
undefined? If there is then how?
undefined? If there is then how?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Yes; "if (fooreg === X)"Is there a way to check if the value of a register in verilog is
undefined? If there is then how?
In Verilog, use the exclusive xor reduction operator to produce aIs there a way to check if the value of a register in verilog is
undefined? If there is then how?
If you mean in simulation, then yes, you can check for X, see otherIs there a way to check if the value of a register in verilog is
undefined? If there is then how?