commit | 10b47fba83a2d90ca957d5c3c737f437230c3a5d | [log] [tgz] |
---|---|---|
author | Tonokip <tonokip@gmail.com> | Tue Dec 15 05:27:23 2020 -0600 |
committer | Tonokip <tonokip@gmail.com> | Tue Dec 15 05:27:23 2020 -0600 |
tree | 5c1750f0470c9f1d8d50ac3acc1060bd024fb60f | |
parent | ad09f0d3ed2bfbf6a22182bdb2724ac4882d39df [diff] |
pdn power config.tcl fixes
diff --git a/openlane/rapcore/config.tcl b/openlane/rapcore/config.tcl index dedf770..87e8d82 100644 --- a/openlane/rapcore/config.tcl +++ b/openlane/rapcore/config.tcl
@@ -57,8 +57,8 @@ # block met5 with obstruction set ::env(GLB_RT_OBS) "met5 0 0 800 800" -#set ::env(VDD_PIN) vccd1 -#set ::env(GND_PIN) vssd1 +set ::env(VDD_PIN) vccd1 +set ::env(GND_PIN) vssd1 set ::env(FP_PDN_VOFFSET) "14" set ::env(FP_PDN_VPITCH) "180" set ::env(FP_PDN_HOFFSET) "14"