Files
PeakRDL-regblock/tests/test_counter_basics/testcase.py
2023-10-22 11:04:43 -07:00

7 lines
157 B
Python

from ..lib.sim_testcase import SimTestCase
class Test(SimTestCase):
incompatible_sim_tools = {"xilinx"}
def test_dut(self):
self.run_test()