Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
schnommus committed Jul 6, 2024
1 parent 82623a3 commit b82cffa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gateware/scripts/verilator_lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
verilator --lint-only -DVERILATOR_LINT_ONLY \
-DICE40 \
-DSELECTED_DSP_CORE=mirror \
-DDEBUG_UART_CLKDIV=12 \
-Iboards/icebreaker \
-Ical \
-Idrivers \
Expand All @@ -18,6 +19,7 @@ verilator --lint-only -DVERILATOR_LINT_ONLY \
verilator --lint-only -DVERILATOR_LINT_ONLY \
-DECP5 \
-DSELECTED_DSP_CORE=mirror \
-DDEBUG_UART_CLKDIV=12 \
-Iboards/colorlight_i5 \
-Ical \
-Idrivers \
Expand All @@ -33,6 +35,7 @@ verilator --lint-only -DVERILATOR_LINT_ONLY \
-DICE40 \
-DSELECTED_DSP_CORE=touch_cv \
-DTOUCH_SENSE_ENABLED \
-DDEBUG_UART_CLKDIV=12 \
-Iboards/icebreaker \
-Ical \
-Idrivers \
Expand Down

0 comments on commit b82cffa

Please sign in to comment.