mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-03-12 18:16:55 -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
05bb999759
commit
75ad033e03
@ -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…
x
Reference in New Issue
Block a user