Remove extraneous print
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -580,8 +580,6 @@ class ApbSlave(ApbPause, Reset):
|
|||||||
if start_offset is not None and offset != start_offset:
|
if start_offset is not None and offset != start_offset:
|
||||||
write_ops.append((addr+start_offset, data[start_offset:offset]))
|
write_ops.append((addr+start_offset, data[start_offset:offset]))
|
||||||
|
|
||||||
print(write_ops)
|
|
||||||
|
|
||||||
# perform writes
|
# perform writes
|
||||||
try:
|
try:
|
||||||
for addr, data in write_ops:
|
for addr, data in write_ops:
|
||||||
|
|||||||
Reference in New Issue
Block a user