From a37d41b4065bed5952439806ae65ac06e36b7fa4 Mon Sep 17 00:00:00 2001 From: Eren Dogan Date: Sun, 27 Nov 2022 16:41:28 -0800 Subject: [PATCH] Fix typo --- compiler/tests/08_precharge_array_1rw_1r_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/tests/08_precharge_array_1rw_1r_test.py b/compiler/tests/08_precharge_array_1rw_1r_test.py index 90f819c0..7f25a5b4 100755 --- a/compiler/tests/08_precharge_array_1rw_1r_test.py +++ b/compiler/tests/08_precharge_array_1rw_1r_test.py @@ -13,7 +13,7 @@ from testutils import * import openram from openram import debug from openram.sram_factory import factory -from openrem import OPTS +from openram import OPTS class precharge_1rw_1r_test(openram_test):