We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cf3102 commit aabf12fCopy full SHA for aabf12f
1 file changed
rtl/jtag_tap/jtag_tap_gowin.v
@@ -34,6 +34,8 @@ module jtag_tap_gowin #(
34
35
generate
36
if (CHAIN < 1 || CHAIN > 2) begin : g_invalid_chain
37
+ // Synthesis/iverilog trip on the unresolved module; Verilator
38
+ // evaluates the initial $error path during --lint-only.
39
`ifndef VERILATOR
40
__FCAPZ_GOWIN_CHAIN_MUST_BE_1_OR_2__ u_invalid_chain();
41
`endif
0 commit comments