Skip to content

Commit

Permalink
update min number of checkers needed
Browse files Browse the repository at this point in the history
  • Loading branch information
M0stafaRady committed Oct 10, 2024
1 parent 252eca6 commit daed526
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 @@ -95,6 +95,10 @@ def build_phase(self, phase):
)
self.set_type_override_by_type(ip_logger.get_type(), gpio8_logger.get_type())

def end_of_elaboration_phase(self, phase):
super().end_of_elaboration_phase(phase)
self.update_min_checkers(4)

async def delay(self, cycles=None):
bus_gpio8_send_nop_seq = gpio8_send_nop_seq("gpio8_send_nop_seq")
if cycles is None:
Expand Down

0 comments on commit daed526

Please sign in to comment.