Skip to content

Commit

Permalink
Fix net_printer workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Eddie Hung <[email protected]>
  • Loading branch information
eddieh-xlnx committed Dec 23, 2023
1 parent 9c5085e commit ab7c8ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/net_printer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ jobs:
run:
python3 net_printer/np.py ${{ matrix.benchmark }}_unrouted.phys GLOBAL_LOGIC0 | tee gnd.physnet
- name: Print GND stubs
run:
run: |
sed -n -e '/Stub: 0/,$p' gnd.physnet
- name: Print VCC net
run:
python3 net_printer/np.py ${{ matrix.benchmark }}_unrouted.phys GLOBAL_LOGIC1 | tee vcc.physnet
- name: Print VCC stubs
run:
run: |
sed -n -e '/Stub: 0/,$p' vcc.physnet
- name: Print largest global net (corundum_25g)
if: matrix.benchmark == 'corundum_25g'
Expand Down

0 comments on commit ab7c8ff

Please sign in to comment.