Forum Discussion
5 Replies
- Altera_Forum
Honored Contributor
You 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 - Altera_Forum
Honored Contributor
Then what will be the max frequency of the Pio? Well in fact if it is running by software will I be able to run it at low latency?
- Altera_Forum
Honored Contributor
ddrdrive,
did you implement the solution by software? - Altera_Forum
Honored Contributor
--- Quote Start --- originally posted by theodore@Feb 14 2007, 03:18 PM ddrdrive,did you implement the solution by software?
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=21579)
--- quote end ---
--- Quote End --- No, hardware only solution. Thanks, Chris
- Altera_Forum
Honored Contributor
Any update? Did you implement with PIO?
Did you do timing analysis? What is fmax? Are you bursting? Is this synchronous? Ted