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:
Michael Cardell Widerkrantz 2025-02-07 11:27:37 +01:00 committed by Mikael Ågren
parent 05bb999759
commit 75ad033e03
No known key found for this signature in database
GPG Key ID: E02DA3D397792C46

View File

@ -261,7 +261,8 @@ LINT_FLAGS = \
-Wno-WIDTHEXPAND \
-Wno-UNOPTFLAT \
--timescale 1ns/1ns \
-DNO_ICE40_DEFAULT_ASSIGNMENTS
-DNO_ICE40_DEFAULT_ASSIGNMENTS \
-Wno-GENUNNAMED
lint: $(FPGA_VERILOG_SRCS) \
$(SIM_VERILOG_SRCS) \