add technology option passtrough in test 30

This commit is contained in:
Bob Vanhoof 2021-02-09 09:32:35 +01:00
parent b3e249c722
commit 3dfc039f6f
1 changed files with 3 additions and 0 deletions

View File

@ -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")