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

Praveen raj

12/16/2021, 11:20 AM
How do I open magic on the efabless Opengalaxy computer with sky130A tech in terminal? @User @User
t

Tim Edwards

12/16/2021, 3:53 PM
Create a new project and assign it to technology sky130A. Then when you launch the layout from the project manager, it will bring up magic with the correct technology. You can also run magic from the terminal command line with the argument
-rcfile /ef/tech/SW.2/sky130A/libs.tech/magic/sky130A.magicrc
(i think that's the right path).
p

Praveen raj

12/16/2021, 5:06 PM
Thanks for your comments @User, it is actually
-rcfile /ef/tech/SW.2/sky130A/libs.tech/magic/current/sky130A.magicrc
(/curremt in between)
t

Tim Edwards

12/16/2021, 8:42 PM
Ah, right, I forgot about the extra directory level in there.