Merge pull request #79 from mithro/add-script-liberty-issue

infra: Labels related to specific scripts.
This commit is contained in:
Tim Ansell 2020-07-09 11:45:31 -07:00 committed by GitHub
commit 5c99d9ee66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 0 deletions

View File

@ -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

8
.github/labels.yml vendored
View File

@ -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
#