Fix python3 module reference in functional test

This commit is contained in:
Matt Guthaus 2018-07-09 16:07:53 -07:00
parent f234e43241
commit 019512bc25
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ class sram_func_test(openram_test):
debug.info(1, "Probe address {0} probe data {1}".format(probe_address, probe_data))
corner = (OPTS.process_corners[0], OPTS.supply_voltages[0], OPTS.temperatures[0])
d = delay.delay(s,tempspice,corner)
d = delay(s,tempspice,corner)
d.set_probe(probe_address,probe_data)
# This will exit if it doesn't find a feasible period