Spacing between decoder and driver for s8

This commit is contained in:
mrg 2020-06-03 14:33:30 -07:00
parent e93f3f1d2e
commit 3b1fe26d25
1 changed files with 1 additions and 1 deletions

View File

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