From 1e5b468e790bf28a7db6407cc4b3fc7a7428e6c6 Mon Sep 17 00:00:00 2001 From: Hansung Kim Date: Thu, 9 May 2024 20:45:57 -0700 Subject: [PATCH] vcs.mk: Ignore null statement lint --- 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 3876a43d..258435b2 100644 --- a/sims/vcs/vcs.mk +++ b/sims/vcs/vcs.mk @@ -39,7 +39,7 @@ VCS_NONCC_OPTS = \ -j36 \ -notice \ -line \ - +lint=all,noVCDE,noONGS,noUI,noPCTIO-L,noPCTI-L \ + +lint=all,noVCDE,noONGS,noUI,noPCTIO-L,noPCTI-L,noNS \ -error=PCWM-L \ -error=noZMMCM \ -timescale=1ns/10ps \