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
parent 944821b5bf
commit db532745f4
No known key found for this signature in database
GPG key ID: D3DB3DDF57E704E5

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) \