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 9cc0db9 commit f6ff1c1Copy full SHA for f6ff1c1
.github/workflows/net_printer.yml
@@ -42,13 +42,13 @@ jobs:
42
python3 net_printer/np.py ${{ matrix.benchmark }}_unrouted.phys GLOBAL_LOGIC0 | tee gnd.physnet
43
- name: Print GND stubs
44
run:
45
- sed -n -e '/Stub: 0/,$p' gnd.physnet
+ 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
+ sed -n -e '/Stub: 0/,$$p' vcc.physnet
52
- name: Print largest global net (corundum_25g)
53
if: matrix.benchmark == 'corundum_25g'
54
0 commit comments