mirror of https://github.com/VLSIDA/OpenRAM.git
Add instance center location
This commit is contained in:
parent
0b73979388
commit
e1b97f58e1
|
|
@ -136,7 +136,7 @@ class geometry:
|
||||||
def cy(self):
|
def cy(self):
|
||||||
""" Return the center y """
|
""" Return the center y """
|
||||||
return 0.5 * (self.boundary[0].y + self.boundary[1].y)
|
return 0.5 * (self.boundary[0].y + self.boundary[1].y)
|
||||||
|
|
||||||
|
|
||||||
class instance(geometry):
|
class instance(geometry):
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue