Skip to content

Commit

Permalink
Modified the gds_import_io.tcl script to handle selective
Browse files Browse the repository at this point in the history
flattening of cells that have been added recently (e.g., the
sio pad) and are now being coerced into passing transistor-level
LVS.
  • Loading branch information
RTimothyEdwards committed May 17, 2024
1 parent 5ff733d commit dc02929
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.483
1.0.484
5 changes: 5 additions & 0 deletions sky130/custom/scripts/gds_import_io.tcl
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
cif istyle sky130()
#
gds flatten true
gds flatglob *_CDNS_*
gds flatglob *_cdns_*
gds flatglob *sky130_fd_pr__*_example_*

Expand Down Expand Up @@ -37,3 +38,7 @@ gds flatglob *sky130_fd_io__gpiov2_ictl_logic*
gds flatglob *sky130_fd_io__gpio_pddrvr_strong_slowv2*
gds flatglob *sky130_fd_io__gpiov2_pddrvr_strong*

### flatten ESD devices in SIO. Note: HVI covering the entire device
### in nhvnative cell would avoid this issue.
gds flatglob *reg_pu_nhvnative*
gds flatglob *pu_natives*

0 comments on commit dc02929

Please sign in to comment.