diff --git a/bus_env/bus_agent/bus_ahb_driver.py b/bus_env/bus_agent/bus_ahb_driver.py index 2c01ecf..2b9a97b 100644 --- a/bus_env/bus_agent/bus_ahb_driver.py +++ b/bus_env/bus_agent/bus_ahb_driver.py @@ -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)