Skip to content

Commit

Permalink
feat(configure): copy tt_pg_1v8_4 macro
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Jul 4, 2024
1 parent 054e41b commit 63eb3d5
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 @@ -211,8 +211,8 @@ def copy_macros(self):
# Copy power gate / analog switch macros:
self.copy_mux_macro("pg/tt_pg_1v8_1", "tt_pg_1v8_1")
self.copy_mux_macro("pg/tt_pg_1v8_2", "tt_pg_1v8_2")
self.copy_mux_macro("pg/tt_pg_1v8_4", "tt_pg_1v8_4")
self.copy_mux_macro("pg/tt_pg_3v3_2", "tt_pg_3v3_2")
self.copy_mux_macro("asw/tt_asw_1v8", "tt_asw_1v8")
self.copy_mux_macro("asw/tt_asw_3v3", "tt_asw_3v3")

def copy_final_results(self):
Expand Down

0 comments on commit 63eb3d5

Please sign in to comment.