PIPELINE:

  • Reduces the initiation interval
  • Concurrent execution

UNROLL:

  • Unroll for-loops
  • Multiple independent operations

 

HLS Optimization: Pipeline V.S. Unroll

HLS Optimization: Pipeline V.S. Unroll

PIPELINE: Reduces the initiation interval by allowing the concurrent
execution of operations within a loop or function.

HLS Optimization: Pipeline V.S. Unroll

UNROLL: Unroll for-loops to create multiple independent operations
rather than a single collection of operations.

相关文章:

  • 2021-11-07
  • 2022-12-23
  • 2021-11-18
  • 2021-09-04
  • 2022-01-21
  • 2021-08-22
  • 2021-04-19
猜你喜欢
  • 2022-12-23
  • 2021-10-21
  • 2021-05-25
  • 2021-07-31
  • 2021-07-03
  • 2021-11-21
  • 2021-06-08
相关资源
相似解决方案