mirror of https://github.com/VLSIDA/OpenRAM.git
Use local spacing rule
This commit is contained in:
parent
16e658726e
commit
1e486cd344
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue