diff --git a/compiler/modules/hierarchical_decoder.py b/compiler/modules/hierarchical_decoder.py index 8b711031..2b624ddc 100644 --- a/compiler/modules/hierarchical_decoder.py +++ b/compiler/modules/hierarchical_decoder.py @@ -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 """