StefanSchippers / xschem_sky130

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

Update xschemrc #11

Closed mkkassem closed 1 year ago

mkkassem commented 2 years ago

We need to change the location of the simulation directory to be inside the project directory where xschemrc exists

set netlist_dir $env(PWD)/.xschem/simulations

StefanSchippers commented 2 years ago

@mkkassem can we set just: set netlist_dir $env(PWD)/simulations If i do this change the location of netlists and simulation data will change for all sky130 users (default is ~/.xschem/simulations) , is that Ok? I expect many users asking "where is my data?" .....