Skip to content

Commit

Permalink
Update interconnect.py
Browse files Browse the repository at this point in the history
fix CML install
  • Loading branch information
lukasc-ubc committed Nov 8, 2023
1 parent 6ab3034 commit 9edd265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion klayout_dot_config/python/SiEPIC/lumerical/interconnect.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def INTC_loaddesignkit(folder_CML, verbose=False):
import os

# check if there are CML folders:
if not next(os.walk('/Users/lukasc/Documents/GitHub/SiEPIC_EBeam_PDK/klayout/EBeam/CML'))[1]:
if not next(os.walk(folder_CML))[1]:
raise Exception ('SiEPIC.lumerical.interconnect.INTC_loaddesignkit: Cannot find Lumerical INTERCONNECT Compact Model Library (CML) folder, which should be in the PDK folder under the CML subfolder.')


Expand Down

0 comments on commit 9edd265

Please sign in to comment.