StefanSchippers / xschem_sky130

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

./bin/xschem not working while running from xschem_sky130 directory #2

Closed abhisupa closed 3 years ago

abhisupa commented 3 years ago

Hi Stefan,

I am unable to run xschem using './bin/xschem' from sky_130 directory.

image

Thanks and regards, Abhishek

StefanSchippers commented 3 years ago

If you are outside your home directory you must call xschem with the full absolute path: /home/abhishek/bin/xschem You can also add /home/abhishek/bin to your linux PATH variable so simply typing xschem will call the program: https://linuxize.com/post/how-to-add-directory-to-path-in-linux/