From 6cde5f9315bf2b887986dd17359035b4a9c14db9 Mon Sep 17 00:00:00 2001 From: Dolu1990 Date: Wed, 2 Jun 2021 10:27:46 +0200 Subject: [PATCH] Better doc about iorange --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1bc4557..739ca08 100644 --- a/README.md +++ b/README.md @@ -1072,6 +1072,11 @@ stage before jumping to mtvec. Static memory translator plugin which allows to specify which range of the memory addresses is I/O mapped and shouldn't be cached. +| Parameters | type | description | +| ------ | ----------- | ------ | +| ioRange | UInt => Bool | Function reference which eat an address and return true if the address should be uncached. ex : ioRange= _(31 downto 28) === 0xF => all 0xFXXXXXXX will be uncached| + + #### MmuPlugin Hardware refilled MMU implementation. Allows other plugins such as DBusCachedPlugin/IBusCachedPlugin to instanciate memory address translation ports. Each port has a small dedicated