-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
verilog/analysis: Add ParsedVerilogSourceFile class
This class is an extended version of InMemoryVerilogSourceFile. It wraps a TextStructureView object and allows to skip loading and parsing phase. This class may be used in e.g. TextStructureLinterRules. Signed-off-by: Lukasz Dalek <[email protected]>
- Loading branch information
Lukasz Dalek
committed
Apr 5, 2021
1 parent
d46e152
commit 47e9bf0
Showing
3 changed files
with
73 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters