Remove dead logic

This commit is contained in:
Matt Guthaus 2018-04-11 16:54:55 -07:00
parent e038561b4a
commit 010a187545
1 changed files with 0 additions and 3 deletions

View File

@ -273,9 +273,6 @@ class hierarchical_predecode(design.design):
for num in range(0,self.number_of_outputs):
# this will result in duplicate polygons for rails, but who cares
# use the inverter offset even though it will be the nand's too
(gate_offset, y_dir) = self.get_gate_offset(0, self.inv.height, num)
# Route both supplies
for n in ["vdd", "gnd"]:
nand_pin = self.nand_inst[num].get_pin(n)