Files
PeakRDL-regblock/tests/test_write_strobes/testcase.py
2022-09-13 22:03:54 -07:00

10 lines
194 B
Python

from ..lib.sim_testcase import SimTestCase
from ..lib.cpuifs.passthrough import Passthrough
class Test(SimTestCase):
cpuif = Passthrough()
def test_dut(self):
self.run_test()