Is there a pragma to waive checks for specific lines or modules in slang-tidy? #843
Unanswered
TJackhammer
asked this question in
Q&A
Replies: 2 comments
-
I do not think there is such a pragma currently, but it seems like a useful thing to add. I'm happy to accept a PR, or @Sustrak is the person who contributed / maintains the slang-tidy code currently. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, sorry for the late replay. As Mike said, currently |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using
slang-tidy
to do some style linting on my codebase. Generally, I want to flag all unintended implied latches, but there is one module that intentionally contains a latch -- is there a way to use a pragma to allow forslang-tidy
to allow latches in a single module or something like that?Beta Was this translation helpful? Give feedback.
All reactions