From 27ab4111464fd1b6986367fb6df21be5b533ad4a Mon Sep 17 00:00:00 2001 From: Michael Timothy Grimes Date: Thu, 26 Jul 2018 09:02:52 -0700 Subject: [PATCH] fixed error I missed in pbitcell_array test --- compiler/tests/05_pbitcell_array_test.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/compiler/tests/05_pbitcell_array_test.py b/compiler/tests/05_pbitcell_array_test.py index c05dbeaa..d208fbff 100644 --- a/compiler/tests/05_pbitcell_array_test.py +++ b/compiler/tests/05_pbitcell_array_test.py @@ -46,8 +46,6 @@ class pbitcell_array_test(openram_test): debug.info(2, "Testing 4x4 array for multiport bitcell, with read/write ports at the edge of the bit cell") a = bitcell_array.bitcell_array(name="pbitcell_array", cols=4, rows=4) self.local_check(a) - a = bitcell_array.bitcell_array(name="pbitcell_array", cols=4, rows=4) - self.local_check(a) globals.end_openram()