Move via away from cell edges

This commit is contained in:
Matt Guthaus 2018-11-19 15:42:22 -08:00
parent 6a7d721562
commit a47509de26
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ class hierarchical_predecode(design.design):
# Find the x offsets for where the vias/pins should be placed # Find the x offsets for where the vias/pins should be placed
in_xoffset = self.in_inst[0].rx() 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): for num in range(0,self.number_of_outputs):
# this will result in duplicate polygons for rails, but who cares # this will result in duplicate polygons for rails, but who cares