From b82cffa9c211f23096027789aaa350a598ce08f8 Mon Sep 17 00:00:00 2001 From: Sebastian Holzapfel Date: Sat, 6 Jul 2024 10:58:51 +0200 Subject: [PATCH] fix linter --- gateware/scripts/verilator_lint.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gateware/scripts/verilator_lint.sh b/gateware/scripts/verilator_lint.sh index 5416ee1..c2c57bc 100755 --- a/gateware/scripts/verilator_lint.sh +++ b/gateware/scripts/verilator_lint.sh @@ -4,6 +4,7 @@ verilator --lint-only -DVERILATOR_LINT_ONLY \ -DICE40 \ -DSELECTED_DSP_CORE=mirror \ + -DDEBUG_UART_CLKDIV=12 \ -Iboards/icebreaker \ -Ical \ -Idrivers \ @@ -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 \ @@ -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 \