From 3e1e7fc1ec488811d742adde6f7283852f134458 Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Tue, 30 Sep 2025 11:12:50 -0700 Subject: [PATCH] Remove extraneous print Signed-off-by: Alex Forencich --- cocotbext/axi/apb.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/cocotbext/axi/apb.py b/cocotbext/axi/apb.py index 44301a5..4e75465 100644 --- a/cocotbext/axi/apb.py +++ b/cocotbext/axi/apb.py @@ -580,8 +580,6 @@ class ApbSlave(ApbPause, Reset): if start_offset is not None and offset != start_offset: write_ops.append((addr+start_offset, data[start_offset:offset])) - print(write_ops) - # perform writes try: for addr, data in write_ops: