From 019512bc25e2153859529ffc7c5bad6be45dd652 Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Mon, 9 Jul 2018 16:07:53 -0700 Subject: [PATCH] Fix python3 module reference in functional test --- compiler/tests/22_sram_func_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/tests/22_sram_func_test.py b/compiler/tests/22_sram_func_test.py index eedb0805..f9045f1a 100755 --- a/compiler/tests/22_sram_func_test.py +++ b/compiler/tests/22_sram_func_test.py @@ -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