Add testcase to test cumulative strobes. #38

This commit is contained in:
Alex Mykyta
2023-05-03 23:22:05 -07:00
parent 2e37e580f6
commit fc823455f9
2 changed files with 86 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
from ..lib.sim_testcase import SimTestCase
from ..lib.cpuifs.passthrough import Passthrough
class Test(SimTestCase):
cpuif = Passthrough() # test with bit strobes
def test_dut(self):
self.run_test()