当前位置:网站首页>FPGA infrastructure [reference ug998]

FPGA infrastructure [reference ug998]

2022-06-11 10:22:00 Shabby loves learning

  1. Basic component structure composition
     Insert picture description here

     Insert picture description here
    CLB Refers to the programmable logic function block (Configurable Logic Blocks),CLB yes FPGA Three basic logical units in .

  2. FPGA Parallelism
     Insert picture description here

    1. Dispatch : The process of determining data and controlling dependencies between different operations , Used to determine the time to perform each operation .

    2. Pipelining : Pipelining is a digital design technique , Support designers to avoid data dependencies , Improve the parallelism in the hardware implementation of the algorithm . The data dependencies in the original software implementation will be retained for functional equivalence , However, the required circuit will be split into successive independent stages .

    3. Data flow : Data flow is another digital design technique , Its concept is similar to pipelining . The goal of data flow is to express parallelization at the coarse granularity level . In terms of software execution , This transformation is suitable for parallel execution of functions in a single program .

 Insert picture description here

原网站

版权声明
本文为[Shabby loves learning]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/162/202206110917309439.html