Forum Discussion
Altera_Forum
Honored Contributor
14 years agoAlternatively, if you have a very simple 'round robin' scheduler (not really a scheduler at all) that just call each 'task' running on your card in turn, it may well be simplest to just check the 'need data' / 'data available' bit every time the scheduler loop calls the task.
That might mean you need to instrument (and optimise code for) the 'worst case' code path.