mirror of https://github.com/VLSIDA/OpenRAM.git
Move via away from cell edges
This commit is contained in:
parent
6a7d721562
commit
a47509de26
|
|
@ -267,7 +267,7 @@ class hierarchical_predecode(design.design):
|
|||
|
||||
# Find the x offsets for where the vias/pins should be placed
|
||||
in_xoffset = self.in_inst[0].rx()
|
||||
out_xoffset = self.inv_inst[0].lx()
|
||||
out_xoffset = self.inv_inst[0].lx() - self.m1_space
|
||||
for num in range(0,self.number_of_outputs):
|
||||
# this will result in duplicate polygons for rails, but who cares
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue