mabrains / sky130_klayout_pdk

Skywater 130nm Klayout Device Generators PDK
GNU Affero General Public License v3.0
30 stars 12 forks source link

ERROR: sky130.lym:9: No module named 'cells' #30

Open ra3xdh opened 1 year ago

ra3xdh commented 1 year ago

Platform

Ubuntu 22.04 Klayout 0.28.5 sky_130_klayout_pdk latest from git

Steps to Reproduce the Problem

Run

KLAYOUT_HOME=./sky130_tech/ klayout -e

The following error messages are shown in terminal

ERROR: Reading /home/vvk/sky130_klayout_pdk/sky130_tech/tech/sky130/lvs/sky130.lylvs: XML parser error: error occurred while parsing element in line 31, column 49
ERROR: Reading /home/vvk/sky130_klayout_pdk/sky130_tech/tech/sky130/lvs/sky130.lylvs: XML parser error: error occurred while parsing element in line 31, column 49
ERROR: /home/vvk/sky130_klayout_pdk/sky130_tech/tech/sky130/pymacros/sky130.lym:9: No module named 'cells'
  /home/vvk/sky130_klayout_pdk/sky130_tech/tech/sky130/pymacros/sky130.lym:9 (class ModuleNotFoundError)

The first two are related to #28. But what is the No module cells error?

Prashanthrajagopal91 commented 1 year ago

I am facing the same error. Did you found any solution to this issue?

ra3xdh commented 1 year ago

@Prashanthrajagopal91 No, I didn't find solution yet. I guess I am missing some obvious step necessary to put the PDK into the operation.

mguthaus commented 1 year ago

I get this error too.