Skip to content

Commit

Permalink
add write_read test to the testlib
Browse files Browse the repository at this point in the history
  • Loading branch information
M0stafaRady committed Oct 2, 2024
1 parent 9174134 commit 5bed899
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions verify/uvm-python/test_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5bed899

Please sign in to comment.