mirror of https://github.com/VLSIDA/OpenRAM.git
Function to remove layout pins.
This commit is contained in:
parent
3c08dfcca5
commit
6101195b51
|
|
@ -467,6 +467,12 @@ class layout():
|
|||
"""
|
||||
self.pin_map[text] = set()
|
||||
|
||||
def remove_layout_pins(self):
|
||||
"""
|
||||
Delete all the layout pins
|
||||
"""
|
||||
self.pin_map = {}
|
||||
|
||||
def add_layout_pin(self, text, layer, offset, width=None, height=None):
|
||||
"""
|
||||
Create a labeled pin
|
||||
|
|
|
|||
Loading…
Reference in New Issue