Forum Discussion
Altera_Forum
Honored Contributor
19 years agoYou can connect the chip to a PIO and simulate the requested bus cycles in software. You probably already have drivers for the flash (Samsong seems to provide a Linux file system), so you only need to write the low level part (PIO generating bus cycles).
If you are a bit careful with the software implementation, you can later create a VHDL interface connected to Avalon MM in SOPC builder, and only modify the low level part of the driver. IzI