mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-07 03:20:39 +02:00
PR from mithro + other changable GDS file names
This commit is contained in:
@@ -34,7 +34,7 @@ class contact(hierarchy_design.hierarchy_design):
|
||||
# This will ignore the name parameter since
|
||||
# we can guarantee a unique name here
|
||||
|
||||
super().__init__(name)
|
||||
super().__init__(name, name)
|
||||
debug.info(4, "create contact object {0}".format(name))
|
||||
|
||||
self.add_comment("layers: {0}".format(layer_stack))
|
||||
|
||||
Reference in New Issue
Block a user