We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c5085e commit ab7c8ffCopy full SHA for ab7c8ff
.github/workflows/net_printer.yml
@@ -41,13 +41,13 @@ jobs:
41
run:
42
python3 net_printer/np.py ${{ matrix.benchmark }}_unrouted.phys GLOBAL_LOGIC0 | tee gnd.physnet
43
- name: Print GND stubs
44
- run:
+ run: |
45
sed -n -e '/Stub: 0/,$p' gnd.physnet
46
- name: Print VCC net
47
48
python3 net_printer/np.py ${{ matrix.benchmark }}_unrouted.phys GLOBAL_LOGIC1 | tee vcc.physnet
49
- name: Print VCC stubs
50
51
sed -n -e '/Stub: 0/,$p' vcc.physnet
52
- name: Print largest global net (corundum_25g)
53
if: matrix.benchmark == 'corundum_25g'
0 commit comments