vks
03/18/2023, 1:44 PMMitch Bailey
03/18/2023, 4:49 PMq to see where the device is defined. If it’s an absolute path, you’ll have to change it. You can do this with sed -i 's,repo-path,local-path,g' cellname.sch where repo-path is the path currently defined and local-path is your local path to where the device files are stored.
If the device paths are relative, I’d try to add the directory to your search paths in xschemrc.Stefan Schippers
03/18/2023, 9:51 PMappend XSCHEM_LIBRARY_PATH :${XSCHEM_SHAREDIR}/xschem_library
to:
append XSCHEM_LIBRARY_PATH :${XSCHEM_SHAREDIR}/xschem_library/devicesvks
03/19/2023, 5:49 AM