Diarmuid Collins
02/24/2025, 9:57 PMMitch Bailey
02/24/2025, 10:09 PMmagic ~rcfile /home/slice/pdk/sky130A/libs.tech/magic/sky130A.magicrc &
Is that a typo? I think it should be
magic -rcfile /home/slice/pdk/sky130A/libs.tech/magic/sky130A.magicrc &
Is /home/slice/pdk
the location of your installed pdk? If you set PDK_ROOT
and PDK
then you can
export PDK_ROOT=<path-to-pdk-root>
export PDK=<sky130A or sky130B>
magic -rcfile $PDK_ROOT/$PDK/libs.tech/magic/$PDK.magicrc &
Tim Edwards
02/25/2025, 7:44 PM/home/slice/pdk/
, so the issue must be the substitution of ~
for -
.Diarmuid Collins
02/25/2025, 9:38 PMTim Edwards
02/25/2025, 10:43 PMmagic -d XR <other_options>
is recommended if you want a better graphics experience.