mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-30 18:02:23 +02:00
adding variable for w_ports to be used in multiport design
This commit is contained in:
@@ -48,6 +48,7 @@ class options(optparse.Values):
|
||||
# These are the configuration parameters
|
||||
rw_ports = 1
|
||||
r_ports = 0
|
||||
w_ports = 0
|
||||
# These will get initialized by the the file
|
||||
supply_voltages = ""
|
||||
temperatures = ""
|
||||
|
||||
Reference in New Issue
Block a user