Skip to content

Commit

Permalink
[hardware] Disable -Wall in verilator
Browse files Browse the repository at this point in the history
Otherwise, warnings are actually blocking
  • Loading branch information
mp-17 committed Nov 28, 2023
1 parent 1d5c617 commit 6b88de7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hardware/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ $(veril_library)/V$(veril_top): $(config_file) Makefile ../Bender.yml $(shell fi
-Wno-WIDTHCONCAT \
-Wno-ENUMVALUE \
-Wno-COMBDLY \
-Wall \
--hierarchical \
tb/verilator/waiver.vlt \
--Mdir $(veril_library) \
Expand Down

0 comments on commit 6b88de7

Please sign in to comment.