Altera_Forum
Honored Contributor
15 years agoQuestions about Asynchronous RAM on CycloneII
I have one question regarding the asyn ram on cycloneII
Basically, I want to instantiate a small size of reg mem, like reg [n-1:0] mem [0:m-1], and input data into it through PIO output port from SOC(NiosII), after the data get filled into the mem, I need to synchronously output the mem data with the output clock from PLL to external device. Not sure if this idea is workable or implementable on CyconeII? Thanks a lot in advance.