StefanSchippers / xschem_sky130

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

Symbol error found #24

Open Ggurukmm opened 1 month ago

Ggurukmm commented 1 month ago

I sir If in one XSCHEM in terminal without any directory I got symbol error ![IMG_20240803_133720.jpg…]()

then if got to directory .xschem/xschem_library/xschem_sky130 I got no error ![IMG_20240803_133527.jpg…]() But I still not install open_pdk

StefanSchippers commented 1 month ago

Sorry I can not see the images. Please explain better the problem and what are the tools you have installed.

Ggurukmm commented 1 month ago

I sir If i open XSCHEM application in terminal without any directory I got symbol errors IMG_20240803_133720 Then if I go through this directory i got no symbol error and it also occured in the .sch file . IMG_20240803_133527

StefanSchippers commented 1 month ago

xschem needs to know the directory where symbols are located. Either add this directory to XSCHEM_LIBRARY_PATH or start xschem in the current directory, since current directory is added to XSCHEM_LIBRARY_PATH by the xschemrc file. If you start xschem from a different directory you should provide a xschemrc file:

xschem --rcfile /path/to/xschemrc.

see this manual page for details on symbol lookup: https://xschem.sourceforge.io/stefan/xschem_man/tutorial_xschem_libraries.html

Ggurukmm commented 1 month ago

Sorry sir I may not explain problem correctly First I try to open XSCHEM in terminal i show in image IMG_20240807_161510 Then if I try to open symbol in xschem_sky130 i got error found which is symbol missing

IMG_20240807_161528 IMG_20240807_161544 IMG_20240807_161544 And also .sym file is opend but .sch is not opening IMG_20240807_161602 IMG_20240807_161639 But if i open in this directory shown below I got no error IMG_20240807_161929

IMG_20240807_161849

And in this directory which is .xschem/xschem_library/xschem_sky130 I couldn't open other symbol present in directory home/guru/share/doc/xschem/pcb Help to solve this