Jorge Marin
08/05/2022, 8:20 PMsky130.magicrc
file into my home directory and then try running magic, but the right bar is not loaded and I get the following errors:
Could not find file 'STAGING_PATH/TECHNAME/MAGIC_CURRENT/TECHNAME-F.tech' in any of these directories:
. $CAD_ROOT/magic/sys $CAD_ROOT/magic/sys/current
Could not find file 'STAGING_PATH/TECHNAME/MAGIC_CURRENT/TECHNAME.tech' in any of these directories:
. $CAD_ROOT/magic/sys $CAD_ROOT/magic/sys/current
Error parsing user ".magicrc": couldn't read file "STAGING_PATH/TECHNAME/MAGIC_CURRENT/TECHNAME.tcl": no such file or directory
any ideas what could be wrong?Arman Avetisyan
08/05/2022, 8:48 PMJorge Marin
08/05/2022, 8:50 PMArman Avetisyan
08/05/2022, 9:15 PMArman Avetisyan
08/05/2022, 9:15 PMArman Avetisyan
08/05/2022, 9:15 PMTim Edwards
08/05/2022, 9:42 PMsky130.magicrc
is a template, not a tech file. It is run through a preprocessor to get sky130A.magicrc
and sky130B.magicrc
, which are the setup scripts for the two technology variants. They all assume an open_pdks installation and the presence of the directory structure $PDK_ROOT/sky130A/libs.tech/magic/
(or sky130B
), containing at least the files sky130A.tech
and sky130A.magicrc
.Tim Edwards
08/05/2022, 9:44 PMDO NOT USE THIS FILE; IT IS A TEMPLATE
when you try to use the templates as a tech file or a startup script.Jorge Marin
08/08/2022, 3:48 PMTim Edwards
08/08/2022, 6:09 PMconfigure
(with options), make
, and (sudo) make install
.