diff --git a/hw/application_fpga/Makefile b/hw/application_fpga/Makefile index 10f2570..5c405e8 100644 --- a/hw/application_fpga/Makefile +++ b/hw/application_fpga/Makefile @@ -189,7 +189,7 @@ LINT=verilator # For Verilator 5.019 -Wno-GENUNNAMED needs to be added to LINT_FLAGS for the # cell library. LINT_FLAGS = +1364-2005ext+ --lint-only \ - -Wall -Wno-DECLFILENAME -Wno-WIDTHEXPAND \ + -Wall -Wno-DECLFILENAME -Wno-WIDTHEXPAND -Wno-UNOPTFLAT \ --timescale 1ns/1ns -DNO_ICE40_DEFAULT_ASSIGNMENTS lint: $(FPGA_SRC) $(VERILOG_SRCS) $(ICE40_SIM_CELLS)