mirror of https://github.com/VLSIDA/OpenRAM.git
add technology option passtrough in test 30
This commit is contained in:
parent
b3e249c722
commit
3dfc039f6f
|
|
@ -46,6 +46,9 @@ class openram_back_end_test(openram_test):
|
|||
if OPTS.spice_name:
|
||||
options += " -s {}".format(OPTS.spice_name)
|
||||
|
||||
if OPTS.tech_name:
|
||||
options += " -t {}".format(OPTS.tech_name)
|
||||
|
||||
# Always perform code coverage
|
||||
if OPTS.coverage == 0:
|
||||
debug.warning("Failed to find coverage installation. This can be installed with pip3 install coverage")
|
||||
|
|
|
|||
Loading…
Reference in New Issue