Merge pull request #79 from mithro/add-script-liberty-issue
infra: Labels related to specific scripts.
This commit is contained in:
commit
5c99d9ee66
|
@ -50,6 +50,13 @@ lib-sky130_osu_sc: ["sky130_osu_sc"]
|
|||
|
||||
# scripts-documentation
|
||||
scripts-python: ["*.py"]
|
||||
scripts-python-liberty: ["liberty.py", "corners.py"]
|
||||
scripts-python-verilog:
|
||||
- "skywater_pdk/verilog" # Script itself
|
||||
- "*.blackbox.v" # Generated blackbox files
|
||||
- "*.symbol.v" # Generated symbol files
|
||||
- "*.tb.v" # Generated test bench
|
||||
- "*_[0-9].v" # Generated strength driver wrappers
|
||||
|
||||
# tools-BAG
|
||||
# tools-Cadence-Innovus
|
||||
|
|
|
@ -210,6 +210,14 @@
|
|||
description: "Issues with the Python scripts provided as part of the PDK."
|
||||
color: "5648a8"
|
||||
|
||||
- name: "scripts-python-liberty"
|
||||
description: "Issues with the Python script which generates the liberty timing files."
|
||||
color: "5648a8"
|
||||
|
||||
- name: "scripts-python-verilog"
|
||||
description: "Issues with the Python script which creates the generated Verilog files."
|
||||
color: "5648a8"
|
||||
|
||||
##########################################################################
|
||||
# Labels related to tools
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue