Skip to content

Commit

Permalink
Add VCS args
Browse files Browse the repository at this point in the history
  • Loading branch information
mgielda committed Dec 18, 2024
1 parent a1f5c9c commit 51a77f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions verification/cocotb/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ endif
ifeq ($(SIM), vcs)
COMPILE_ARGS += +define+VERILATOR
COMPILE_ARGS += +libext+.sv +libext+.v
COMPILE_ARGS += +warn=noIWNF,noPCWM-W
COMPILE_ARGS += $(foreach dir,$(VERILOG_INCLUDE_DIRS),-y $(dir))
endif

Expand Down

0 comments on commit 51a77f4

Please sign in to comment.