https://open-source-silicon.dev logo
h

Harry Snell

09/29/2021, 1:33 PM
Hello, I'm trying to run the prechecks but the XOR doesn't seem to work:
Processing system .magicrc file
Loading "/home/hss11/mpw_precheck/checks/xor_check/erase_box.tcl" from command line.
"sky130(vendor)" is not one of the CIF input styles Magic knows.
*Error*: No style is set
The CIF input styles are: .
Don't know how to read GDS-II:
Nothing in "cifinput" section of tech file.
File user_analog_project_wrapper.mag couldn't be read
No such file or directory
``````
based on the logs I get the impression it's not properly loading my .magicrc file
okay I found the issue, I needed to set
PDK_ROOT
to
open_sky130
(which contains
sky130A
) rather than the directory containing
open_sky130
. Then it was just xvfb and klayout dependencies
alright, got my layout placed with just the consistency check left to go 🙂
r

Ruhma Rizwan

08/30/2022, 2:51 PM
Hi, could you please elaborate a bit more on this, where exactly did you do these changes?
h

Harry Snell

08/30/2022, 3:46 PM
This was MPW-3 prechecks so it probably no longer applies, sorry
r

Ruhma Rizwan

09/09/2022, 4:01 PM
No problem~ 👍
2 Views