Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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