mirror of https://github.com/VLSIDA/OpenRAM.git
Moved output of tests 30 to openram_temp
This commit is contained in:
parent
475a5223a7
commit
392dbc7c56
|
|
@ -24,10 +24,8 @@ class openram_test(unittest.TestCase):
|
||||||
|
|
||||||
debug.info(1, "Testing top-level openram.py with 2-bit, 16 word SRAM.")
|
debug.info(1, "Testing top-level openram.py with 2-bit, 16 word SRAM.")
|
||||||
out_file = "testsram"
|
out_file = "testsram"
|
||||||
# get the directory under the test modules
|
|
||||||
out_path=os.path.dirname(os.path.realpath(__file__))
|
|
||||||
# make a temp directory for output
|
# make a temp directory for output
|
||||||
out_path += "/testsram"
|
out_path = OPTS.openram_temp + out_file
|
||||||
|
|
||||||
# make sure we start without the files existing
|
# make sure we start without the files existing
|
||||||
if os.path.exists(out_path):
|
if os.path.exists(out_path):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue