From 3927c62e3269f9fa4a0860fdf0a259bc3a14477b Mon Sep 17 00:00:00 2001 From: mrg Date: Wed, 3 Jun 2020 16:39:33 -0700 Subject: [PATCH] Undo extra space due to nwell spacing --- compiler/modules/hierarchical_decoder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/modules/hierarchical_decoder.py b/compiler/modules/hierarchical_decoder.py index 2b624ddc..8b711031 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 \ - + 2 * self.m1_pitch + + self.m1_space def route_inputs(self): """ Create input bus for the predecoders """