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

7 lines
189 B
Python

from ..lib.sim_testcase import SimTestCase
class Test(SimTestCase):
incompatible_sim_tools = {"xsim"} # due to cb struct assignment bug
def test_dut(self):
self.run_test()