mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-29 01:24:39 +02:00
add BIAS pin type back to valid types
This commit is contained in:
@@ -737,7 +737,7 @@ class pin_spice():
|
||||
inst_net is the net object from mod's nets which connects to this pin.
|
||||
"""
|
||||
|
||||
valid_pin_types = ["INOUT", "INPUT", "OUTPUT", "POWER", "GROUND"]
|
||||
valid_pin_types = ["INOUT", "INPUT", "OUTPUT", "POWER", "GROUND", "BIAS"]
|
||||
|
||||
def __init__(self, name, type, mod):
|
||||
self.name = name
|
||||
|
||||
Reference in New Issue
Block a user