Use local spacing rule

This commit is contained in:
mrg 2021-06-16 18:41:39 -07:00
parent 16e658726e
commit 1e486cd344
1 changed files with 5 additions and 5 deletions

View File

@ -692,7 +692,7 @@ class hierarchical_decoder(design.design):
layer_stack=curr_stack, layer_stack=curr_stack,
dimensions=[1, 1], dimensions=[1, 1],
directions=self.bus_directions) directions=self.bus_directions)
overlapping_pin_space = drc["{0}_to_{0}".format(self.output_layer)] overlapping_pin_space = getattr(self, "{}_space".format(self.output_layer))
total_buffer_space = (overlapping_pin_space + via.height) total_buffer_space = (overlapping_pin_space + via.height)
while(True): while(True):
drc_error = 0 drc_error = 0