Have you installed the PDK and are you running mag...
# magic
t
Have you installed the PDK and are you running magic with the rcfile provided in the PDK?
t
I installed the PDK I'm pretty sure, but I'm not sure how to tell if I am using that rcfile
t
You want to run it like this:
Copy code
magic -d OGL -rcfile $PDK_ROOT/libs.tech/magic/sky130A.magicrc
When you do you should see some additional menus along the top to generate devices etc...
The
-d OLG
is for opengl support
t
That did it, thank you
t
Pleasure, glad that got it working for you