mirror of https://github.com/VLSIDA/OpenRAM.git
Don't run lvs/drc or route supplies in verilog test
This commit is contained in:
parent
67de7efd49
commit
1d5e5e3607
|
|
@ -19,7 +19,9 @@ class verilog_test(openram_test):
|
||||||
def runTest(self):
|
def runTest(self):
|
||||||
config_file = "{}/tests/configs/config".format(os.getenv("OPENRAM_HOME"))
|
config_file = "{}/tests/configs/config".format(os.getenv("OPENRAM_HOME"))
|
||||||
globals.init_openram(config_file)
|
globals.init_openram(config_file)
|
||||||
|
OPTS.route_supplies=False
|
||||||
|
OPTS.check_lvsdrc=False
|
||||||
|
|
||||||
from sram import sram
|
from sram import sram
|
||||||
from sram_config import sram_config
|
from sram_config import sram_config
|
||||||
c = sram_config(word_size=2,
|
c = sram_config(word_size=2,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue