diff --git a/README.md b/README.md index 4c2258ebf0251aecc97b802c0fbeb837ab9f2a9b..5a8c4cfd1c535fd9a70d473c53e82805a626d91d 100644 --- a/README.md +++ b/README.md @@ -26,3 +26,9 @@ The APB is mapped between the QSPI controller and Flash Cache configuration regi ## Simulation The AHB QSPI includes a cocoTB simulation environment. This can be run using the `make run_cocotb` command +## Statistics +Read bandwidth with 4 KB cache for 512x 32 bit reads, and system clock of 200 MHz + SPI clock 100 MHz: + +- Using APB: 5.8 MB/s +- Using AHB(uncached, prefetch enabled): 32 MB/s +- Using AHB(cached): 400 MB/s \ No newline at end of file