Skip to content

Commit

Permalink
[GHA] Fix net_printer workflow to have correct parent net names (Xili…
Browse files Browse the repository at this point in the history
…nx#57)

Signed-off-by: Eddie Hung <[email protected]>
  • Loading branch information
eddieh-xlnx authored Jan 5, 2024
1 parent 1f8fcc6 commit 0626222
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 @@ -52,11 +52,11 @@ jobs:
- name: Print largest global net (corundum_25g)
if: matrix.benchmark == 'corundum_25g'
run:
python3 net_printer/np.py ${{ matrix.benchmark }}_unrouted.phys pcie_user_clk
python3 net_printer/np.py ${{ matrix.benchmark }}_unrouted.phys pcie4_uscale_plus_inst/inst/pcie4_uscale_plus_0_gt_top_i/diablo_gt.diablo_gt_phy_wrapper/phy_clk_i/CLK_USERCLK
- name: Print global nets (corescore_500/corescore_500_pb)
if: matrix.benchmark == 'corescore_500' || matrix.benchmark == 'corescore_500_pb'
run:
python3 net_printer/np.py ${{ matrix.benchmark }}_unrouted.phys clk_BUFGP rst
python3 net_printer/np.py ${{ matrix.benchmark }}_unrouted.phys clk_BUFG clock_gen/rst_BUFG
- name: Print global nets (mlcad_d181_lefttwo3rds/ispd16_example2)
if: matrix.benchmark == 'mlcad_d181_lefttwo3rds' || matrix.benchmark == 'ispd16_example2'
run:
Expand Down

0 comments on commit 0626222

Please sign in to comment.