Squelch inout coerce lint messages from vortex RTL

This commit is contained in:
Hansung Kim
2024-01-16 16:32:30 -08:00
parent 57cce2d4fd
commit 3190224cfe

View File

@@ -38,7 +38,7 @@ VCS_CC_OPTS = \
VCS_NONCC_OPTS = \ VCS_NONCC_OPTS = \
-notice \ -notice \
-line \ -line \
+lint=all,noVCDE,noONGS,noUI \ +lint=all,noVCDE,noONGS,noUI,noPCTIO-L,noPCTI-L \
-error=PCWM-L \ -error=PCWM-L \
-error=noZMMCM \ -error=noZMMCM \
-timescale=1ns/10ps \ -timescale=1ns/10ps \