StefanSchippers / xschem

A schematic editor for VLSI/Asic/Analog custom designs, netlist backends for VHDL, Spice and Verilog. The tool is focused on hierarchy and parametric designs, to maximize circuit reuse.
Other
318 stars 21 forks source link

Help, someone. RED SKY130pdk TT_ models block. #160

Closed timibacco closed 8 months ago

timibacco commented 8 months ago

Hi , can anyone help explain why the tt models block for the sky130 tops is red on xschem startup. Red is not a good color. Can someone help out? This is a screenshot though. Screenshot from 2024-02-03 14-05-15

Plus I also get this warning as well.At Xschem's startup as well.

Warning: PDK_ROOT env. var. not found or empty, trying to find an open_pdks install
open_pdks installation: using /usr/local/share/pdk
SKYWATER_MODELS: /usr/local/share/pdk/sky130A/libs.tech/ngspice
SKYWATER_STDCELLS: /usr/local/share/pdk/sky130A/libs.ref/sky130_fd_sc_hd/spice
WARNING: wrong line layer
WARNING: wrong line layer
WARNING: wrong line layer
WARNING: wrong line layer
WARNING: wrong line layer
WARNING: wrong line layer
WARNING: wrong line layer
WARNING: wrong line layer
WARNING: wrong line layer
WARNING: wrong line layer
WARNING: wrong line layer
WARNING: wrong line layer
WARNING: wrong line layer
WARNING: wrong line layer
WARNING: wrong line layer
WARNING: wrong line layer
WARNING: wrong line layer

Seems like an ngspice configuration, I guess, but I really don't know what resources to check out anymore.

StefanSchippers commented 8 months ago

You have an old xschem version installed on the system. Remove the old xschem: sudo apt purge xschem then install xschem sources from git and build the program. Read the instructions here: https://xschem.sourceforge.io/stefan/xschem_man/install_xschem.html

timibacco commented 8 months ago

Thanks very much. Worked like Xschem.