mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-02 02:57:53 +02:00
Merge branch 'supply_router' into dev
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user