From 3190224cfe12ed7d8833ae3e76b0c1adab2bb89c Mon Sep 17 00:00:00 2001 From: Hansung Kim Date: Tue, 16 Jan 2024 16:32:30 -0800 Subject: [PATCH] Squelch inout coerce lint messages from vortex RTL --- sims/vcs/vcs.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sims/vcs/vcs.mk b/sims/vcs/vcs.mk index 0a26a487..191a32e4 100644 --- a/sims/vcs/vcs.mk +++ b/sims/vcs/vcs.mk @@ -38,7 +38,7 @@ VCS_CC_OPTS = \ VCS_NONCC_OPTS = \ -notice \ -line \ - +lint=all,noVCDE,noONGS,noUI \ + +lint=all,noVCDE,noONGS,noUI,noPCTIO-L,noPCTI-L \ -error=PCWM-L \ -error=noZMMCM \ -timescale=1ns/10ps \