Skip to content

Commit bcb0ef1

Browse files
committed
fix: update libraries_path to use relative path for better portability
1 parent 0e0ebfe commit bcb0ef1

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

examples/skywater/print_subcircuit_nodes.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44

55
####################################################################################################
66

7-
libraries_path = "/home/asepahvand/repos/skywater-pdk/libraries/sky130_fd_pr/latest/models/sky130.lib.spice"
8-
# libraries_path = '/home/asepahvand/repos/skywater-pdk/libraries/sky130_fd_pr/latest/cells/res_high_po/sky130_fd_pr__res_high_po.model.spice'
9-
# libraries_path = "/home/asepahvand/repos/spice_libraries/"
7+
libraries_path = "../../../skywater-pdk/libraries/sky130_fd_pr/latest/models/sky130.lib.spice"
8+
109
spice_lib = SpiceLibrary(libraries_path, recurse=True, section="tt")
1110

1211
####################################################################################################

0 commit comments

Comments
 (0)