Skip to content

Commit

Permalink
Update bus_ahb_driver.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NouranAbdelaziz authored May 2, 2024
1 parent be4d5f6 commit 743cf54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bus_env/bus_agent/bus_ahb_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ async def run_phase(self, phase):
uvm_info(
self.tag,
f"Driving trans into DUT: {tr.convert2string()} sequence id {tr.id}",
UVM_MEDIUM,
UVM_HIGH,
)
if tr.kind == bus_item.RESET:
uvm_info(self.tag, "Doing reset", UVM_MEDIUM)
Expand Down

0 comments on commit 743cf54

Please sign in to comment.