Skip to content

Commit

Permalink
Update scripts.py
Browse files Browse the repository at this point in the history
library path comes from the pcell folder rather than gds
  • Loading branch information
lukasc-ubc committed Jan 18, 2025
1 parent e562613 commit 402b57e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion klayout_dot_config/python/SiEPIC/scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -3711,7 +3711,6 @@ def __init__(self):
if verbose:
for c in self.layout().top_cells():
print(" - cell: %s" % c.name )
self.path = dir_path

# Create the PCell declarations
if folder_pcell:
Expand All @@ -3729,6 +3728,8 @@ def __init__(self):

if verbose:
print(' - done loading pcells')

self.path = folder_pcell

# Register us the library with the technology name
# If a library with that name already existed, it will be replaced then.
Expand Down

0 comments on commit 402b57e

Please sign in to comment.