mirror of https://github.com/VLSIDA/OpenRAM.git
Return empty set instead of a list.
This commit is contained in:
parent
07ecf52b9f
commit
df4e2fead8
|
|
@ -206,7 +206,7 @@ class layout():
|
|||
if text in self.pin_map.keys():
|
||||
return self.pin_map[text]
|
||||
else:
|
||||
return []
|
||||
return set()
|
||||
|
||||
def copy_layout_pin(self, instance, pin_name, new_name=""):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue