Skip to content
  • Matthieu Cattin's avatar
    core: Add err, rty and int signals to the wishbone masters interfaces.... · 2d9730ce
    Matthieu Cattin authored
    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).
    2d9730ce