kbeckmann / PicoCart64

N64 development cart using a Raspberry Pi RP2040
BSD 2-Clause "Simplified" License
775 stars 44 forks source link

Look into Fast Loading #27

Closed kbeckmann closed 10 months ago

kbeckmann commented 2 years ago

How fast can we go?

Once the ROM is in PSRAM, with our own probably faster QPI controller, we might have really low latency and might be able to go below 200ns on a constant basis.

Patch the PI configuration word to lower values.

Write a stress test ROM.

Update:

Not going for a custom QSPI controller. But by doing prefetching, data could be served quite fast.

A stress test ROM is still something we should do.