-
Notifications
You must be signed in to change notification settings - Fork 98
Open
Description
In axi_slave.py both _process_read() and _process_write() there's exception handling when accessing target's write / read. However, in the case of an exception the only information transmitted to the user is "Read/Write operation failed" via log.warning.
Is adding the error message to the logging possible to ease debugging?
I.e., change the appropriate lines (_process_read lines 312-313, _process_write lines 187-188) to the following:
except Exception as e: self.log.warning(f'Read operation failed: {e}')
Metadata
Metadata
Assignees
Labels
No labels