Skip to content

Commit

Permalink
Corrected the netgen setup file for sky130, which was supposed to
Browse files Browse the repository at this point in the history
have had one entry for "special_pfet_latch" and keep the original
for "special_pfet_pass" so as to maintain backwards compatibility.
Somehow I ended up with "special_pfet_latch" twice.
  • Loading branch information
RTimothyEdwards committed Apr 2, 2024
1 parent d8bfd6f commit 9a21159
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.472
1.0.473
3 changes: 2 additions & 1 deletion sky130/netgen/sky130_setup.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,8 @@ lappend devices sky130_fd_pr__pfet_g5v0d10v5
lappend devices sky130_fd_pr__special_nfet_latch
lappend devices sky130_fd_pr__special_nfet_pass
lappend devices sky130_fd_pr__special_pfet_latch
lappend devices sky130_fd_pr__special_pfet_latch
# special_pfet_pass retained for backwards compatibility.
lappend devices sky130_fd_pr__special_pfet_pass
lappend devices sky130_fd_pr__special_nfet_01v8
lappend devices sky130_fd_pr__special_pfet_01v8_hvt
lappend devices sky130_fd_pr__cap_var_lvt
Expand Down

0 comments on commit 9a21159

Please sign in to comment.