Skip to content
Snippets Groups Projects
Commit 2d9730ce authored by Matthieu Cattin's avatar Matthieu Cattin
Browse files

core: Add err, rty and int signals to the wishbone masters interfaces....

core: Add err, rty and int signals to the wishbone masters interfaces. Terminate wb cycle in case of err on csr wb bus.

Note: The wb crossbar asserts err in case of access to un-mapped address.
      Therefore to avoid host hang in case of access to un-mapped address,
      the wb cycle is terminated (and returns 0xFFFFFFFF in case of read cycle).
parent f26b97a5
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment