Forum Discussion
Altera_Forum
Honored Contributor
11 years agousing ALTUFM_PARALLEL on MAX V
Well, my first thread has crashed... --- Quote Start --- Hi, Since I have no response, I'll be simpler: 1) Is it possible to use the altufm_parallel (http://quartushelp.alte...
Altera_Forum
Honored Contributor
11 years agoHi,
the parallel interface is explained in the document "Altera User Flash Memory (ALTUFM) IP Core User Guide", you can get it from here: https://www.altera.com/en_us/pdfs/literature/ug/ug_alt_ufm.pdf (https://www.altera.com/en_us/pdfs/literature/ug/ug_alt_ufm.pdf). Unfortunately there are no waveform examples for the parallel interface, but it seems to be pretty straightforward - wait until "busy" is 0, then apply "addr" and strobe "nread", wait until "data_valid" is 1, then get your data from "do". If in doubt you can also write a small testbench and simulate it in ModelSim. Best regards, GooGooCluster