From 7fdcbc578301e68a58550d0e45c7aad0ddb3977d Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Thu, 9 Jul 2020 11:14:27 -0700 Subject: [PATCH 1/2] infra: Adding a couple more script releated labels. * `scripts-python-liberty` label for the script which generates the liberty timing files. * `scripts-python-verilog` label for the script which generates a lot of the verilog files. Signed-off-by: Tim 'mithro' Ansell --- .github/labels.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/labels.yml b/.github/labels.yml index 9bd2400..ac55372 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -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 # From 741fa6b05748d7a281b8522611a1745b1e97ad68 Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Thu, 9 Jul 2020 11:24:03 -0700 Subject: [PATCH 2/2] infra: Adding autolablers for new script labels. Signed-off-by: Tim 'mithro' Ansell --- .github/autolabeler.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/autolabeler.yml b/.github/autolabeler.yml index ad51615..a6686be 100644 --- a/.github/autolabeler.yml +++ b/.github/autolabeler.yml @@ -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