Forum Discussion
Altera_Forum
Honored Contributor
12 years agoYour design in Simulink contains a loop with no delays. (At least no delays Simulink can see since it can't actually see into your HDL Import block).
Presumably you've connected the sink_ready output to some logic which then drives sink_valid and sink_data. You could resolve this by inserting a delay block on your ready path. The specifics of doing that may be quite tricky but should be possible.