Add parallel flag to VCS/Verilator C compilation

This commit is contained in:
Hansung Kim
2024-05-01 15:51:53 -07:00
parent 724fd91790
commit 3dc58def3c
2 changed files with 3 additions and 2 deletions

View File

@@ -36,6 +36,7 @@ VCS_CC_OPTS = \
$(filter -l%,$(VCS_LDFLAGS))
VCS_NONCC_OPTS = \
-j36 \
-notice \
-line \
+lint=all,noVCDE,noONGS,noUI,noPCTIO-L,noPCTI-L \