You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I managed to find one of the issues. $KLAYOUT_PATH was pointing to another klayout installation, and klayout failed to load those plugins. Now, I'm getting the following error (klayout 0.28.3):
ERROR: In freepdk45.lydrc: 'source': Stream has unknown format: sram_bank.gds in Layout::read
ERROR: 'source': Stream has unknown format: sram_bank.gds in Layout::read in Executable::execute
freepdk45.lydrc:13:in `execute'
:/built-in-macros/drc_interpreters.lym:27:in `instance_eval'
:/built-in-macros/drc_interpreters.lym:27:in `execute'
The text was updated successfully, but these errors were encountered:
I realized that klayout searches for plugins in miniconda/lib but the plugins are copied to miniconda/lib/klayout. Is there a reason why you create this directory in build.sh?
@erendn filed
The text was updated successfully, but these errors were encountered: