StefanSchippers / xschem_sky130

XSCHEM symbol libraries for the Google-Skywater 130nm process design kit.
Apache License 2.0
58 stars 12 forks source link

Error running xshem from xschem_sky130 directory #1

Closed abhisupa closed 3 years ago

abhisupa commented 3 years ago

Hi Stefan,

I am seeing following error while running xschem from xschem_sky130 direction my directory has following files image

Output error is image

Thanks and regards, Abhishek

StefanSchippers commented 3 years ago

Hi, you installed xschem by doing sudo apt install, but this installs a very old ubuntu pre built package. You need to install xschem from sources, by doing ./configure; make; sudo make install. Before doing that uninstall the ubuntu xschem package: sudo apt purge xschem

abhisupa commented 3 years ago

Hi Stefan, I am running into following issue. image

StefanSchippers commented 3 years ago

just do ./bin/xschem or (if you are not in your home directory) /home/abhishek/bin/xschem

abhisupa commented 3 years ago

just do ./bin/xschem or (if you are not in your home directory) /home/abhishek/bin/xschem Thanks it worked with './bin/xschem'