Remove extraneous print

Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
Alex Forencich
2025-09-30 11:12:50 -07:00
parent 698c29b05f
commit 3e1e7fc1ec

View File

@@ -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: