Create an API for iterating over libraries and cells #268
Labels
lib-sky130_fd_pr
Issues with the base primitive cells provided by the SkyWater foundry.
lib-sky130_fd_sc_hd
Issues with the "high density" digital standard cells provided by the SkyWater foundry.
lib-sky130_fd_sc_hdll
Issues with the "high density low leakage" digital standard cells provided by the SkyWater foundry.
lib-sky130_fd_sc_hs
Issues with the "high speed" digital standard cells provided by the SkyWater foundry.
lib-sky130_fd_sc_hvl
Issues with the "high voltage" digital standard cells provided by the SkyWater foundry.
lib-sky130_fd_sc_lp
Issues with the "low power" digital standard cells provided by the SkyWater foundry.
lib-sky130_fd_sc_ls
Issues with the "low speed" digital standard cells provided by the SkyWater foundry.
lib-sky130_fd_sc_ms
Issues with the "medium speed" digital standard cells provided by the SkyWater foundry.
lib-sky130_osu_sc
Issues with the digital standard cells provided by Oklahoma State University.
scripts-python
Issues with the Python scripts provided as part of the PDK.
Expected Behavior
The scripts for generating content based on libraries and cell files (like GDS files, Verilog files, bins.csv files) should have an unified API for iterating over libraries and cells and fetching the required files. This API should be available in the skywater_pdk common modules.
Actual Behavior
The scripts have their own implementation of iterators.
The text was updated successfully, but these errors were encountered: