Skip to content

Installation instructions

Lukas Chrostowski edited this page Jan 17, 2022 · 60 revisions

SiEPIC-EBeam-PDK Installation

There are three parts: 1) installation of KLayout, 2) installation of SiEPIC-Tools + SiEPIC-EBeam-PDK, and 3) installation of the SiEPIC-EBeam compact model library in Lumerical Interconnect.

Install KLayout: version 0.27.5 or greater

Install SiEPIC-Tools + SiEPIC-EBeam-PDK using KLayout's Package Manager

Open KLayout, then menu item Tools | Manage Packages

  • Install the 'SiEPIC-Tools' package (install this one first)

  • Install the 'SiEPIC-EBeam-PDK' package

** Note: If you receive an error "Error downloading file", please report it to the KLayout developer, and install the package using GitHub (instructions below).

  • [Windows only:] Install the 'Windows_Python_Packages_for_KLayout' package: this includes some packages that are missing in the Python distribution included in KLayout, such as numpy (math package), which is useful for making complex PCells and required for integration with Lumerical INTERCONNECT and FDTD Solutions tools.

  • Restart KLayout

  • You should see a new menu item, "SiEPIC" with the version number

  • Check back periodically in the Package Manager for updates

Installation instructions – SiPIC-EBeam compact model library in Lumerical INTERCONNECT:

  • You need Lumerical INTERCONNECT installed, and you need a license feature called "INTERCONNECT and Automation API" available.

  • Create a new layout (File | New), and choose EBeam as the technology, top cell = test.

  • then menu item, SiEPIC | Simulation, Circuits | Setup Lumerical INTERCONNECT Compact Model Library

  • INTERCONNECT should open, and you should get a confirmation that the library is loaded

  • Close INTERCONNECT so that the library information is saved.

Install SiEPIC-EBeam-PDK using GitHub

  • This method allows you to fetch the latest version of the package by fetching it directory from the repository. This alternate installation method downloads the files from GitHub, and makes them available to KLayout either by telling KLayout where to find them, or by creating symbolic links from your local GitHub folder to the KLayout folder.

  • Install GitHub Desktop https://desktop.github.com/ (for Windows and Mac OSX users; Linux users need to use git)

  • Install this repo using GitHub Desktop: click on the green button Code > Open in GitHub Desktop

Install SiEPIC-EBeam-PDK using GitHub and KLayout > Add Technology

  • Start KLayout
  • Menu Tools > Manage Technologies
  • In the window on the left (Technologies), right click, then Import Technology
  • Navigate to your GitHub folder and select GitHub / SiEPIC_EBeam_PDK / klayout_dot_config / tech / EBeam / EBeam.lyt.
  • Create a new layout, menu File > New Layout, Technology = EBeam

PDK Updates via GitHub

  • Subscribe to PDK updates by clicking on the Watch buttom at the top
  • To update the PDK, open GitHub Desktop, and click on "Pull Origin"
  • Restart KLayout

Install SiEPIC-EBeam-PDK using GitHub and symbolic links