StefanSchippers
StefanSchippers
I see an error in the sky130/sky130A_make.log: ``` Traceback (most recent call last): File "/mnt/sda7/open_pdks_git/sky130/./custom/scripts/mismatch_params.py", line 136, in infile = open(infile_name, 'r') FileNotFoundError: [Errno 2] No such file or directory:...
After another 'make veryclean', followed by 'make' I have another Traceback in sky130/sky130A_make.log, but this time on a different file: ``` Traceback (most recent call last): File "/mnt/sda7/open_pdks_git/sky130/./custom/scripts/mismatch_params.py", line 136,...
As a followup, running `make` a second time (without cleaning data) no Traceback errors for missing files are reported and the following `make install` does all fine. All `.pm3.spice` files...
I have also run the very same procedure on another computer, and here i have two Traceback messages: First: ``` Traceback (most recent call last): File "/mnt/sda7/open_pdks_git/sky130/./custom/scripts/mismatch_params.py", line 136, in...
@donnie-j this matches with my observations. I started seeing problems on a core i7 laptop after replacing the magnetic HD with a faster SSD drive. Looks like a missing dependency...
By default programs are installed in /usr/local. This is a system directory. You must be root to do that, so just add `sudo` before `make install`: ``` sudo make install...
You don't need to use the `xschem_sky130` repository directly. Install `open_pdks`. This will get the spice models and the xschem symbols. Detailed instructions are [here](https://xschem.sourceforge.io/stefan/xschem_man/tutorial_xschem_sky130.html).
For standard cells you need to add this line in the testbench: `.include //share/pdk/sky130A/libs.ref/sky130_fd_sc_hd/spice/sky130_fd_sc_hd.spice` Of course replace with the location of the pdk install on your machine (may be /usr/local...
idle... closing for now...
Don't know if I have to do something here... closing for now.