Undo extra space due to nwell spacing

This commit is contained in:
mrg 2020-06-03 16:39:33 -07:00
parent b2b7e7800b
commit 3927c62e32
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ class hierarchical_decoder(design.design):
+ self.predecoder_width \ + self.predecoder_width \
+ self.internal_routing_width \ + self.internal_routing_width \
+ self.nand_width \ + self.nand_width \
+ 2 * self.m1_pitch + self.m1_space
def route_inputs(self): def route_inputs(self):
""" Create input bus for the predecoders """ """ Create input bus for the predecoders """