forked from The-OpenROAD-Project/OpenLane
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Linter(Verilator) enhancements (The-OpenROAD-Project#1837)
~ generalize verilator variables: QUIT_ON_VERILATOR_ERRORS -> QUIT_ON_LINTER_ERRORS QUIT_ON_VERILATOR_WARNINGS -> QUIT_ON_LINTER_WARNINGS VERILATOR_RELATIVE_INCLUDES -> LINTER_RELATIVE_INCLUDES RUN_VERILATOR -> RUN_LINTER + add LINTER_INCLUDE_PDK_MODELS + add LINTER_DEFINES + include verilator in ci tool updater - do not include pdk verilog models using -I - remove workaround for verilator std error - disallow timing constructs. Print an error to the user to remove or guard them.
- Loading branch information
1 parent
66310e8
commit a3c416c
Showing
8 changed files
with
56 additions
and
29 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
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
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