icotools icon indicating copy to clipboard operation
icotools copied to clipboard

Fix pcf for sram for icoboard

Open splinedrive opened this issue 4 years ago • 1 comments

sram wasn't working for sram_addr >= 256*1024

splinedrive avatar Jul 13 '21 22:07 splinedrive

In case anyone else encounters this.

There are references to HRAM_CK which also uses N10. So this patch alone does not compile.

I removed HRAM_CK from icosoc.py and that makes it compile. memtest seem to run with 1024KB SRAM.

janderholm avatar Jun 06 '25 06:06 janderholm