Skip to content

Commit

Permalink
Update Verilog version to 2005 for linting
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Strömbergson <joachim@assured.se>
secworks authored and dehanj committed Apr 24, 2024
1 parent f655196 commit e961f46
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions hw/application_fpga/core/timer/toolruns/Makefile
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ CC = iverilog
CC_FLAGS = -Wall

LINT = verilator
LINT_FLAGS = +1364-2001ext+ --lint-only -Wall -Wno-fatal -Wno-DECLFILENAME
LINT_FLAGS = +1364-2005ext+ --lint-only -Wall -Wno-fatal -Wno-DECLFILENAME


all: top.sim core.sim
@@ -67,7 +67,7 @@ help:
@echo "sim-top: Run top level simulation."
@echo "sim-core: Run core level simulation."
@echo "lint-core: Lint core rtl source files."
@echo "lint-core: Lint top rtl source files."
@echo "lint-top: Lint top rtl source files."
@echo "clean: Delete all built files."

#===================================================================
2 changes: 1 addition & 1 deletion hw/application_fpga/core/tk1/toolruns/Makefile
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ CC = iverilog
CC_FLAGS = -Wall

LINT = verilator
LINT_FLAGS = +1364-2001ext+ --lint-only -Wall -Wno-fatal -Wno-DECLFILENAME
LINT_FLAGS = +1364-2005ext+ --lint-only -Wall -Wno-fatal -Wno-DECLFILENAME


all: top.sim
2 changes: 1 addition & 1 deletion hw/application_fpga/core/touch_sense/toolruns/Makefile
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ CC = iverilog
CC_FLAGS = -Wall

LINT = verilator
LINT_FLAGS = +1364-2001ext+ --lint-only -Wall -Wno-fatal -Wno-DECLFILENAME
LINT_FLAGS = +1364-2005ext+ --lint-only -Wall -Wno-fatal -Wno-DECLFILENAME


all: top.sim
2 changes: 1 addition & 1 deletion hw/application_fpga/core/trng/toolruns/Makefile
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ CC = iverilog
CC_FLAGS = -Wall

LINT = verilator
LINT_FLAGS = +1364-2001ext+ --lint-only -Wall -Wno-fatal -Wno-DECLFILENAME
LINT_FLAGS = +1364-2005ext+ --lint-only -Wall -Wno-fatal -Wno-DECLFILENAME


all: top.sim
2 changes: 1 addition & 1 deletion hw/application_fpga/core/uart/toolruns/Makefile
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ CC = iverilog
CC_FLAGS = -Wall

LINT = verilator
LINT_FLAGS = +1364-2001ext+ --lint-only -Wall -Wno-fatal -Wno-DECLFILENAME
LINT_FLAGS = +1364-2005ext+ --lint-only -Wall -Wno-fatal -Wno-DECLFILENAME


all: top.sim
2 changes: 1 addition & 1 deletion hw/application_fpga/core/uds/toolruns/Makefile
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ CC = iverilog
CC_FLAGS = -Wall

LINT = verilator
LINT_FLAGS = +1364-2001ext+ --lint-only -Wall -Wno-fatal -Wno-DECLFILENAME
LINT_FLAGS = +1364-2005ext+ --lint-only -Wall -Wno-fatal -Wno-DECLFILENAME


all: top.sim

0 comments on commit e961f46

Please sign in to comment.