Skip to content

Commit b360711

Browse files
committed
Add TFIPC-L option to testbench Makefile
Signed-off-by: Karol Gugala <[email protected]>
1 parent 40919e6 commit b360711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testbench/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
VCS = vcs
44
BUILD_DIR = $(I3C_ROOT_DIR)/testbench/build
55

6-
BUILD_ARGS += +define+DIGITAL_IO_I3C -full64 -sverilog
6+
BUILD_ARGS += +define+DIGITAL_IO_I3C -full64 -sverilog +lint=TFIPC-L
77
BUILD_ARGS += +libext+.sv +libext+.v
88
BUILD_ARGS += $(foreach dir,$(VERILOG_INCLUDE_DIRS),-y $(dir))
99
BUILD_ARGS += -debug_access+all +memcbk -timescale=1ns/1ps

0 commit comments

Comments
 (0)