Forum Discussion
Altera_Forum
Honored Contributor
11 years agoverilog code for nand flash memory
hi all, my english is not so fluent,but i really need help for my homeworks. module nand_flash(clk, rst, done, F_IO_A, F_CLE_A, F_ALE_A, F_REN_A, F_WEN_A, F_RB_A, F_IO_B, F_CLE_B, F_AL...
Altera_Forum
Honored Contributor
11 years agoAnd figure it out yourself, don't just google for some code. Students need to realize that you don't learn something with google. The point of the assignment isn't to get a flash controller off the internet, but to teach you to create one.
Start with the data sheet for the flash chip you are using. Think in terms of implementing the timing diagrams you see there.