Files
OpenLane/scripts
Kareem Farid a3c416c54e Linter(Verilator) enhancements (#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.
2023-06-19 11:47:56 +03:00
..
2023-05-02 13:39:56 +03:00
2023-05-30 17:44:50 +03:00
2023-06-18 14:31:44 +03:00
2022-07-22 15:50:48 +02:00
2023-05-02 13:39:56 +03:00
2022-01-24 14:22:09 +02:00
2022-01-24 14:22:09 +02:00
2022-01-25 17:04:13 +02:00
2022-01-24 14:22:09 +02:00
2023-05-02 13:39:56 +03:00
2023-06-15 16:09:52 +03:00