fixed error I missed in pbitcell_array test

This commit is contained in:
Michael Timothy Grimes 2018-07-26 09:02:52 -07:00
parent 2388ddbfb0
commit 27ab411146
1 changed files with 0 additions and 2 deletions

View File

@ -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()