John Kustin
05/03/2021, 11:12 PMCell sky130_fd_pr__pnp_05v5_W3p40L3p40 couldn't be read
. I am able to use the device generator for other things in the pdk like MOSFETs, resistors, and the MiM caps. Could I be missing some file?Qingmu Deng
05/03/2021, 11:54 PM~/skywater/open_pdks/sky130/sky130A/libs.ref
I had this problem before when I don't have the aforementioned folder installed. The solution for me was running the install commands in the open_pdks
directory but without --with-ef-style
option at the ./configure
stepTim Edwards
05/04/2021, 12:20 AMsky130_fd_pr
library when doing the open_pdks
install. There are more issues, though, the main one of which is that somehow the cell named W3p40L3p40 is actually the 0.68x0.68um PNP, and the 3.4x3.4um PNP has gone missing (I have the source but will have to write a patch file to recover it). If you really do need the 3.4x3.4 device, let me know and I can make that correction.John Kustin
05/04/2021, 2:58 AMsky130_fd_pr
library installed (at least to the extent that it holds all of the .spice
related files), but in this path:
open_pdks/sky130/sky130A/libs.ref/sky130_fd_pr/mag
I only see the script generate_magic.tcl
. Should I expect to see anything else in this directory?
Would this have been run during a full open_pdks
install?
Also, if there's not much I can do then yes, @Tim Edwards I really would appreciate having that 3.4x3.4 device 🙂 ThanksTim Edwards
05/05/2021, 12:53 AMJohn Kustin
05/05/2021, 12:54 AMTim Edwards
05/05/2021, 12:55 AMJohn Kustin
05/05/2021, 12:57 AMJohn Kustin
05/07/2021, 4:50 PM