Merge branch 'supply_router' into dev

This commit is contained in:
mrg
2021-01-25 11:01:48 -08:00
7 changed files with 22 additions and 11 deletions
@@ -23,7 +23,6 @@ class sram_1bank_2mux_1rw_1r_test(openram_test):
globals.init_openram(config_file)
from sram_config import sram_config
OPTS.route_supplies = False
OPTS.num_rw_ports = 1
OPTS.num_r_ports = 1
OPTS.num_w_ports = 0
@@ -23,7 +23,6 @@ class sram_1bank_2mux_global_test(openram_test):
globals.init_openram(config_file)
from sram_config import sram_config
OPTS.local_array_size = 8
OPTS.route_supplies = False
c = sram_config(word_size=8,
num_words=32,
num_banks=1)
@@ -33,7 +33,6 @@ class sram_1bank_2mux_func_test(openram_test):
from characterizer import functional
from sram_config import sram_config
OPTS.local_array_size = 8
OPTS.route_supplies = False
c = sram_config(word_size=8,
num_words=32,
num_banks=1)