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 agoAs I wrote previously, a scope is the best way to get the right clock pulse. Remember if there is an interrupt during this 26 clocks the delay could be much longer. If this is a problem, you need to protect the delay from interrupt. Maybe you should implement this I/O in hardware since that's well suited for waiting 26 clocks.
BillA