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
Referencing a similar issue, code block using VCS directives should be surrounded with ifdef VCS ... endif, and current simulation harness only considered Iverilog | VCS setup.
For instance, in lab2/sim/adder_testbench.v:22, ifndef IVERILOG should be ifdef VCS.
The text was updated successfully, but these errors were encountered:
Referencing a similar issue, code block using VCS directives should be surrounded with
ifdef VCS ... endif
, and current simulation harness only considered Iverilog | VCS setup.For instance, in lab2/sim/adder_testbench.v:22,
ifndef IVERILOG
should beifdef VCS
.The text was updated successfully, but these errors were encountered: