- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
E.g. when designing a filter using the "FIR II IP Core" you specify both the input sample rate and the clock speed: When the clock rate is far larger than the sample rate the filter generated uses very few DSPs and logic resources.
Is it possible to do the same with HLS?
Will HLS get Time-Division Multiplexing support?
BR
AD
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
HLS has always supported resource sharing like what you are asking for, but you would need to code the behavior.
Resource sharing is generally achieved by putting the hardware you would like to share in a loop or a task (See Systems of Tasks documentation and tutorials available in 19.1).
- /examples/tutorials/best_practices/resource_sharing_filter/
- /examples/tutorials/system_of_tasks/resource_sharing/
Thanks,
Arslan
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
HLS has always supported resource sharing like what you are asking for, but you would need to code the behavior.
Resource sharing is generally achieved by putting the hardware you would like to share in a loop or a task (See Systems of Tasks documentation and tutorials available in 19.1).
- /examples/tutorials/best_practices/resource_sharing_filter/
- /examples/tutorials/system_of_tasks/resource_sharing/
Thanks,
Arslan
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page