mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-08-05 21:24:11 -04:00
FPGA: Ignore combinational loops that we want
Signed-off-by: Joachim Strömbergson <joachim@assured.se>
This commit is contained in:
parent
49e81be1e1
commit
d502b59062
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ LINT=verilator
|
||||||
# For Verilator 5.019 -Wno-GENUNNAMED needs to be added to LINT_FLAGS for the
|
# For Verilator 5.019 -Wno-GENUNNAMED needs to be added to LINT_FLAGS for the
|
||||||
# cell library.
|
# cell library.
|
||||||
LINT_FLAGS = +1364-2005ext+ --lint-only \
|
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
|
--timescale 1ns/1ns -DNO_ICE40_DEFAULT_ASSIGNMENTS
|
||||||
|
|
||||||
lint: $(FPGA_SRC) $(VERILOG_SRCS) $(ICE40_SIM_CELLS)
|
lint: $(FPGA_SRC) $(VERILOG_SRCS) $(ICE40_SIM_CELLS)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue