From 19275b7bfe3a18f819909c536cea762681938fa3 Mon Sep 17 00:00:00 2001 From: Polprzewodnikowy Date: Thu, 8 Oct 2020 02:17:02 +0200 Subject: [PATCH] [SC64][FW] Add documentation link for qflexpress.v module --- fw/rtl/external/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/fw/rtl/external/README.md b/fw/rtl/external/README.md index 0e296fd..8cd088b 100644 --- a/fw/rtl/external/README.md +++ b/fw/rtl/external/README.md @@ -8,6 +8,10 @@ This folder contains code downloaded directly from external repositories with mi [https://github.com/ZipCPU/qspiflash/blob/master/rtl/qflexpress.v](https://github.com/ZipCPU/qspiflash/blob/master/rtl/qflexpress.v) +### Documentation + +There's [comprehensive documentation](https://zipcpu.com/blog/2019/03/27/qflexpress.html) for this module: + ### Modifications - Changed initialization sequence. @@ -21,5 +25,5 @@ This folder contains code downloaded directly from external repositories with mi ### Modifications -- Changed refresh interval that suits 90 MHz clock and used SDRAM. +- Changed refresh interval that suits 90 MHz clock and used SDRAM chip. - Changed column and row address widths.