mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-02 20:38:54 +02:00
add technology option passtrough in test 30
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user