public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* FPGA NAND Interface tips
@ 2006-02-24  5:07 Russ Dill
  2006-02-24  6:26 ` Russ Dill
  2006-02-24 11:24 ` Ben Dooks
  0 siblings, 2 replies; 4+ messages in thread
From: Russ Dill @ 2006-02-24  5:07 UTC (permalink / raw)
  To: linux-mtd

I'm providing some input on the NAND wire up, and FPGA design on a new
board (80200 + FPGA).  I'm currently using rtc_from4.c and s3c2410.c
as examples.

So I'm thinking the following for a basic setup:

reed solomon encoder
Bit in the FPGA to reset the reed solomon encoder
place in the FPGA to read out rs codes from last written/read block
CLE/ALE as address lines
Read/Busy connected as gpio/interrupt (multiple chips connect to multiple lines)

Also, when writing/reading to a single address, the 80200 will not
burst, and round trip time is horrid, especially when talking to IO
devices. Would a FIFO with a 32 byte interface be a good solution to
this? maybe with 16 entries (512 bytes)? I realize that DMA would be
more ideal, but a fifo seems like it might be simplier.

Does anyone have any paticular pet peeves when dealing with their NAND
interface?

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-02-24 18:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-24  5:07 FPGA NAND Interface tips Russ Dill
2006-02-24  6:26 ` Russ Dill
2006-02-24 11:24 ` Ben Dooks
2006-02-24 18:01   ` Russ Dill

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox