GitHub
03/07/2024, 7:37 AMpwell
and nwell
layers to the tlef (quite a while back), they're not compliant with the LEF/DEF standard anymore because they're missing a CUT layer to the local interconnect. Although OpenROAD seems to handle this without problems, certain commercial tools don't. I understand that the focus of the PDK is to enable the Open Source tools (which is also what I'm working on), but in practice, it's still useful to be able to run the commercial tools for cross-checking. And judging by github issues on the old repos, there's certainly interest to get the PDK running on the commercial tools.
I also know that it's quite simple to fix locally either by following the advice in the old PR below, or just by adding a dummycut layer between pwell
and li1
, but the fragmentation of the PDK into 20 variants with slightly different patches doesn't help the cause.
So my question: Could we add poly+cut or just a dummy cut layer between pwell
and li1
in the master tlefs?
Original Issue: google/skywater-pdk#308
PRs: google/skywater-pdk-libs-sky130_fd_sc_hd#4 google/skywater-pdk-libs-sky130_fd_sc_hd#3
RTimothyEdwards/open_pdksGitHub
03/10/2024, 6:27 AM