Files
PeakRDL-regblock/tests/test_write_buffer/testcase.py
2023-10-22 20:43:34 -07:00

11 lines
290 B
Python

from ..lib.sim_testcase import SimTestCase
from ..lib.cpuifs.passthrough import Passthrough
class Test(SimTestCase):
incompatible_sim_tools = {"xsim"} # due to cb struct assignment bug
cpuif = Passthrough() # test with bit strobes
def test_dut(self):
self.run_test()