Update Verilog version to 2005 for linting

Signed-off-by: Joachim Strömbergson <joachim@assured.se>
This commit is contained in:
Joachim Strömbergson 2024-04-22 11:07:58 +02:00 committed by dehanj
parent f655196af7
commit e961f46e79
No known key found for this signature in database
GPG key ID: 3707A9DBF4BB8F1A
6 changed files with 7 additions and 7 deletions

View file

@ -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