adding variable for w_ports to be used in multiport design

This commit is contained in:
Michael Timothy Grimes 2018-04-26 14:03:48 -07:00
parent 7d3f7eefac
commit 683f5fb9fc
1 changed files with 1 additions and 0 deletions

View File

@ -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 = ""