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. |
0 replies
|
Hi, sorry for the late replay. As Mike said, currently |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am using
slang-tidyto 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-tidyto allow latches in a single module or something like that?All reactions