Forum Discussion
Altera_Forum
Honored Contributor
12 years agohow can i access the output
my custom logic takes 26 clk cycles to produce the output, how can i access the output just it finish processing the inputs.
Altera_Forum
Honored Contributor
12 years agoAdd 'waitrequest' output to your Avalon-MM interface, and keep it asserted while the processing is in progress. Issue your 'read' immediately after the processing starts and it will be held until the processing completes.