mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-30 01:48:33 +02:00
Move place function to instance class rather than hierarchy.
This commit is contained in:
@@ -66,9 +66,8 @@ class bitcell_array(design.design):
|
||||
tempy = yoffset
|
||||
dir_key = ""
|
||||
|
||||
self.place_inst(name=name,
|
||||
offset=[xoffset, tempy],
|
||||
mirror=dir_key)
|
||||
self.cell_inst[row,col].place(offset=[xoffset, tempy],
|
||||
mirror=dir_key)
|
||||
yoffset += self.cell.height
|
||||
xoffset += self.cell.width
|
||||
|
||||
|
||||
Reference in New Issue
Block a user