Remove supply rails in decoder

This commit is contained in:
Matt Guthaus 2018-04-16 15:59:52 -07:00
parent 13adfc3724
commit 1ba87c88f5
1 changed files with 0 additions and 4 deletions

View File

@ -455,10 +455,6 @@ class hierarchical_decoder(design.design):
# Route both supplies
for n in ["vdd", "gnd"]:
supply_pin = self.inv_inst[num].get_pin(n)
supply_offset = supply_pin.ll().scale(0,1)
self.add_rect(layer="metal1",
offset=supply_offset,
width=self.width)
# Add pins in two locations
for xoffset in [a_xoffset, b_xoffset]: