SummerCart64/fw/rtl/external
2020-10-08 02:17:02 +02:00
..
qflexpress.v [SC64] Initial version 2020-10-08 02:04:42 +02:00
README.md [SC64][FW] Add documentation link for qflexpress.v module 2020-10-08 02:17:02 +02:00
wbsdram.v [SC64] Initial version 2020-10-08 02:04:42 +02:00

External code for SummerCart64 Firmware

This folder contains code downloaded directly from external repositories with minor modifications.

qflexpress.v

Source

https://github.com/ZipCPU/qspiflash/blob/master/rtl/qflexpress.v

Documentation

There's comprehensive documentation for this module:

Modifications

  • Changed initialization sequence.
  • Extended address space for 16-bit address alignment.

wbsdram.v

Source

https://github.com/ZipCPU/arrowzip/blob/master/rtl/arrowzip/wbsdram.v

Modifications

  • Changed refresh interval that suits 90 MHz clock and used SDRAM chip.
  • Changed column and row address widths.