From 32123b88f1bb8a9b25daa3522c3af5638111ad9b Mon Sep 17 00:00:00 2001 From: Eddie Hung Date: Thu, 4 Jan 2024 17:25:27 -0800 Subject: [PATCH] [GHA] Fix net_printer workflow to have correct parent net names Signed-off-by: Eddie Hung --- .github/workflows/net_printer.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/net_printer.yml b/.github/workflows/net_printer.yml index 276b9df..8ac1665 100644 --- a/.github/workflows/net_printer.yml +++ b/.github/workflows/net_printer.yml @@ -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: