mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-22 22:19:14 +01:00
30 lines
845 B
Markdown
30 lines
845 B
Markdown
# 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](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.
|
|
- Extended address space for 16-bit address alignment.
|
|
|
|
## wbsdram.v
|
|
|
|
### Source
|
|
|
|
[https://github.com/ZipCPU/arrowzip/blob/master/rtl/arrowzip/wbsdram.v](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.
|