<@U0175T39732> search for a file named (for pfet_1...
# analog-design
s
@User search for a file named (for pfet_1v8)
sky130_fd_pr__pfet_01v8.bins.csv
, (path is:
.../sky130_fd_pr/latest/cells/pfet_01v8/sky130_fd_pr__pfet_01v8.bins.csv
) you can get it here on github. This can be opened with a text editor (or for better formatting) with a spreadsheet, it lists all the W/L bin ranges. Similar filenames for other transistor types.
1
m
I don't see this....
Copy code
mrg@diode /software/PDKs (master)$ find sky130A -name \*.bin.csv
sky130A/libs.tech/ngspice/corners/tt/specialized_cells.bin.csv
sky130A/libs.tech/ngspice/corners/ff/specialized_cells.bin.csv
sky130A/libs.tech/ngspice/corners/fs/specialized_cells.bin.csv
sky130A/libs.tech/ngspice/corners/leak/specialized_cells.bin.csv
sky130A/libs.tech/ngspice/corners/sf/specialized_cells.bin.csv
sky130A/libs.tech/ngspice/corners/ss/specialized_cells.bin.csv
mrg@diode /software/PDKs (master)$ find skywater-pdk -name \*.bin.csv
skywater-pdk/libraries/sky130_fd_pr/latest/models/corners/tt/specialized_cells.bin.csv
skywater-pdk/libraries/sky130_fd_pr/latest/models/corners/ff/specialized_cells.bin.csv
skywater-pdk/libraries/sky130_fd_pr/latest/models/corners/fs/specialized_cells.bin.csv
skywater-pdk/libraries/sky130_fd_pr/latest/models/corners/leak/specialized_cells.bin.csv
skywater-pdk/libraries/sky130_fd_pr/latest/models/corners/sf/specialized_cells.bin.csv
skywater-pdk/libraries/sky130_fd_pr/latest/models/corners/ss/specialized_cells.bin.csv
Hm, maybe I need to upgrade open_pdks?
s
as far as i know the csv files are in the skywater-pdk sources. Open-pdks copies the spice files and other things but not the csv files (that are only informative) however you can find them on the github skywater-pdk repo.
m
Odd. I just did a fresh clone of the skywater-pdk sources and they aren't there.
It is there on the web. Must be a user error...
Oops "bins.csv" not "bin.csv"
👍 1