Files
PeakRDL-regblock/test/test_structural_sw_rw/testcase.py
2021-12-04 17:31:12 -08:00

10 lines
255 B
Python

from parameterized import parameterized_class
from ..lib.regblock_testcase import RegblockTestCase
from ..lib.test_params import TEST_PARAMS
@parameterized_class(TEST_PARAMS)
class Test(RegblockTestCase):
def test_dut(self):
self.run_test()