Files
PeakRDL-regblock/test/test_pipelined_cpuif/testcase.py
2022-02-23 22:53:54 -08:00

10 lines
240 B
Python

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