Fixed bugs to allow characterization of multiple read ports. Improved some debug messages.

This commit is contained in:
Hunter Nichols
2018-10-04 14:09:09 -07:00
parent 6e0a1b8823
commit 371a57339f
5 changed files with 20 additions and 19 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import globals
from globals import OPTS
import debug
#@unittest.skip("SKIPPING 22_psram_func_test")
@unittest.skip("SKIPPING 22_psram_func_test")
class psram_func_test(openram_test):
def runTest(self):
+1 -1
View File
@@ -11,7 +11,7 @@ import globals
from globals import OPTS
import debug
#@unittest.skip("SKIPPING 22_sram_func_test")
@unittest.skip("SKIPPING 22_sram_func_test")
class sram_func_test(openram_test):
def runTest(self):