mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-04 08:44:12 +02:00
Clean up new code for add_modules, add_pins and netlist/layouts.
This commit is contained in:
@@ -199,7 +199,7 @@ class instance(geometry):
|
||||
""" This updates the placement of an instance. """
|
||||
debug.info(3, "placing instance {}".format(self.name))
|
||||
# Update the placement of an already added instance
|
||||
self.offset = offset
|
||||
self.offset = vector(offset)
|
||||
self.mirror = mirror
|
||||
self.rotate = rotate
|
||||
self.update_boundary()
|
||||
|
||||
Reference in New Issue
Block a user