Skip to content

Commit

Permalink
downgrade lints to verilator 4
Browse files Browse the repository at this point in the history
  • Loading branch information
stevej committed Sep 25, 2024
1 parent c434137 commit 5f97ef8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/jtag.v
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

module jtag (
input tck,
/* verilator lint_off UNUSEDSIGNAL */
/* verilator lint_off UNUSED */
input tdi,
/* verilator lint_off UNUSEDSIGNAL */
/* verilator lint_off UNUSED */
input tdo,
input tms,
input trst
Expand Down

0 comments on commit 5f97ef8

Please sign in to comment.