From 743cf54bbc64fe7bdf0ba5c107ffdfbe267dc13c Mon Sep 17 00:00:00 2001 From: NouranAbdelaziz <79912650+NouranAbdelaziz@users.noreply.github.com> Date: Thu, 2 May 2024 16:31:17 +0300 Subject: [PATCH] Update bus_ahb_driver.py --- bus_env/bus_agent/bus_ahb_driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)