Skip to content

Commit

Permalink
fix: copy powered netlist when building tt_top
Browse files Browse the repository at this point in the history
the new power gated tt-multiplexer requires powered netlist for the included macros.
  • Loading branch information
urish committed Oct 12, 2023
1 parent 462004f commit e807454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shuttle.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def copy_macros(self):
f"tt-multiplexer/ol2/tt_top/lef/{macro}.lef",
)
copy_print(
f"{lastrun}/final/nl/{macro}.nl.v",
f"{lastrun}/final/pnl/{macro}.pnl.v",
f"tt-multiplexer/ol2/tt_top/verilog/{macro}.v",
)
copy_print_glob(
Expand Down

0 comments on commit e807454

Please sign in to comment.