You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, after manual analysis (in4 = 0 leads to wire_2 = 0, so out88 = 1) and comparing with Icarus Verilog, the expected result should be 1.
During further local debugging, I found that the issue disappears when using either -fno-dfg-peephole or -fno-dfg, suggesting that the problem may lie in this area.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Here is the minimized code
test.v
that triggers the issue:I ran the following commands:
Verilator produced the output
0
:However, after manual analysis (
in4 = 0
leads towire_2 = 0
, soout88 = 1
) and comparing with Icarus Verilog, the expected result should be1
.During further local debugging, I found that the issue disappears when using either
-fno-dfg-peephole
or-fno-dfg
, suggesting that the problem may lie in this area.The text was updated successfully, but these errors were encountered: