Timeout on AXI reads and writes #72
davekeeshan
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Maybe a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I haven't investigated the code yet (other than to know it is not implemented).
How hard would it to be to add a timeout on the AXI read/write master. When developing, sometimes my slave goes weird and doesn't reply. This causes an simulation hang in cadence tools (incisive/xcelium) that can only be exited by a system kill on the tool. IN most cases, I know that if I am not getting a reply in 1000 clock cycles, then I never will.
A time out with a exception would be a big improvement on what I have right now.
Beta Was this translation helpful? Give feedback.
All reactions