User Profile
User Widgets
Contributions
Re: Variable latency for HLS streaming interfaces
@HRZ Thanks for the answer @HRZ написал (-а): The only way to achieve what you want is to write your code in some way that the compiler would not pipeline I wonder if this is possible by any means? Can you suggest some example? Is there any documentation on what code constructs always get pipelined, and which ones don`t? In my tests, I`ve never seen variable latency in the reports, unless MM interfaces get involved...1.8KViews0likes0CommentsVariable latency for HLS streaming interfaces
Hi! I`m testing an HLS component with two explicit streaming interfaces. First interface is input and second is output. Component`s body incorporates if-else statement, and positive branch has computational latency of 36 clocks when I compile it alone.. Negative branch has computational latency of 0 clocks when I compile it alone. When I compile entire component I expect to get variable latency based on what condition has been triggered in if-else statement by the input stream. But I always get latency of 36 cycles. Is it possible to get variable latency for HLS streaming interfaces?Solved1.9KViews0likes5Comments