diff --git a/verify/uvm-python/test_lib.py b/verify/uvm-python/test_lib.py index 300c990..e516ca6 100644 --- a/verify/uvm-python/test_lib.py +++ b/verify/uvm-python/test_lib.py @@ -96,6 +96,10 @@ async def main_phase(self, phase): await Timer(10000 , "ns") phase.drop_objection(self, f"{self.__class__.__name__} drop objection") + +uvm_component_utils(i2c_write_read_test) + + class i2c_write_mul_test(i2c_base_test): def __init__(self, name="i2c_write_mul_test", parent=None): super().__init__(name, parent=parent)