Skip to content

Commit

Permalink
slight readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
dpretet committed Mar 30, 2024
1 parent f11d86b commit 7477d6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ Features
- Seamless support of AXI4 vs AXI4-lite
- CDC support in master & slave interface. Convert an interface's clock domain
from/to the crossbar inner clock domain
- Round-robin fair share
- Round-robin fair-share arbitration
- Non-blocking arbitration between requesters
- Priority configurable per master interface
- AXI or AXI4-Lite mode:
- LITE mode: route all signals described in AXI4-lite specification
- FULL mode: route all signals described by AXI4 specification
- The selected mode applies to global infrastructure
- The selected mode applies to the global infrastructure
- Routing table can be defined to restrict slaves access
- Easily create enclosed and secured memory map
- Dedicate sensitive slaves only to trusted master agents
Expand Down
3 changes: 3 additions & 0 deletions doc/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,9 @@ agents.

### Timeout Events Handling

CAUTION: this feature will be implemented in a future release. It's not
yet available

Timeout detection and management can be enabled and configured by interface.
This avoids any deadlock if a slave doesn't respond to a request, or if a
master doesn't accept a completion.
Expand Down

0 comments on commit 7477d6a

Please sign in to comment.