Skip to content

Commit aabf12f

Browse files
committed
Document Gowin CHAIN guard split
1 parent 1cf3102 commit aabf12f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

rtl/jtag_tap/jtag_tap_gowin.v

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ module jtag_tap_gowin #(
3434

3535
generate
3636
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.
3739
`ifndef VERILATOR
3840
__FCAPZ_GOWIN_CHAIN_MUST_BE_1_OR_2__ u_invalid_chain();
3941
`endif

0 commit comments

Comments
 (0)