mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-09-23 22:34:57 -04:00
build: Add -Wno-GENUNNAMED to LINT_FLAGS
For ages we have had a comment saying: For Verilator 5.019 -Wno-GENUNNAMED needs to be added to LINT_FLAGS for the cell library. With the new tkey-builder we have 5.028, so it's time to apply this flag.
This commit is contained in:
parent
944821b5bf
commit
db532745f4
1 changed files with 2 additions and 1 deletions
|
@ -261,7 +261,8 @@ LINT_FLAGS = \
|
||||||
-Wno-WIDTHEXPAND \
|
-Wno-WIDTHEXPAND \
|
||||||
-Wno-UNOPTFLAT \
|
-Wno-UNOPTFLAT \
|
||||||
--timescale 1ns/1ns \
|
--timescale 1ns/1ns \
|
||||||
-DNO_ICE40_DEFAULT_ASSIGNMENTS
|
-DNO_ICE40_DEFAULT_ASSIGNMENTS \
|
||||||
|
-Wno-GENUNNAMED
|
||||||
|
|
||||||
lint: $(FPGA_VERILOG_SRCS) \
|
lint: $(FPGA_VERILOG_SRCS) \
|
||||||
$(SIM_VERILOG_SRCS) \
|
$(SIM_VERILOG_SRCS) \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue