From 9a211591fe74c3d51a14b12f0c662ae0de82b425 Mon Sep 17 00:00:00 2001 From: Tim Edwards Date: Tue, 2 Apr 2024 13:23:22 -0400 Subject: [PATCH] Corrected the netgen setup file for sky130, which was supposed to 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. --- VERSION | 2 +- sky130/netgen/sky130_setup.tcl | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 743f6693..808ac74a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.472 +1.0.473 diff --git a/sky130/netgen/sky130_setup.tcl b/sky130/netgen/sky130_setup.tcl index f278efab..6a2f05c2 100644 --- a/sky130/netgen/sky130_setup.tcl +++ b/sky130/netgen/sky130_setup.tcl @@ -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