From 7477d6a2e5045e56010e630ca05a19de26f5c356 Mon Sep 17 00:00:00 2001 From: Damien Pretet Date: Sat, 30 Mar 2024 20:29:46 +0100 Subject: [PATCH] slight readme update --- README.md | 4 ++-- doc/architecture.md | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e45262..7beb471 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/doc/architecture.md b/doc/architecture.md index c159159..dfef64e 100644 --- a/doc/architecture.md +++ b/doc/architecture.md @@ -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.