From 683f5fb9fc769810cdf18d01fa000de48b1bb894 Mon Sep 17 00:00:00 2001 From: Michael Timothy Grimes Date: Thu, 26 Apr 2018 14:03:48 -0700 Subject: [PATCH] adding variable for w_ports to be used in multiport design --- compiler/options.py | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/options.py b/compiler/options.py index 1899d085..b0b14dcc 100644 --- a/compiler/options.py +++ b/compiler/options.py @@ -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 = ""