필터 지우기
필터 지우기

calculate throughput of FPGA in simulink

조회 수: 5 (최근 30일)
Arwa Salem
Arwa Salem 2023년 6월 16일
편집: Nithin Kumar 2023년 9월 4일
I designed a model for a Reinforcement learning algorithm in FPGA using Simulink how can I calculate the throughput?

답변 (2개)

Raghava S N
Raghava S N 2023년 6월 27일
편집: Raghava S N 2023년 6월 27일
Hi Arwa,
AMD give a guide on using the Simulation Data Inspector(SDI) to find throughput- I've linked it here. You can also find the Simulink documentation for the SDI here. Hope this helps.

Nithin Kumar
Nithin Kumar 2023년 9월 4일
편집: Nithin Kumar 2023년 9월 4일
Hi Arwa,
I understand that you want to calculate the throughput of a Reinforcement learning algorithm model in FPGA using Simulink.
To calculate the throughput of a model in FPGA using Simulink, kindly refer to the following steps:
  1. Model your FPGA design in Simulink:Create a Simulink model that represents your FPGA design. This can include various blocks and components that implement your desired functionality.
  2. Determine the critical path:Identify the critical path in your FPGA design. The critical path is the longest path in terms of propagation delay, and it determines the maximum achievable throughput.
  3. Measure the critical path delay:Use simulation tools in Simulink to measure the delay of the critical path. This can be done by adding timing probes or using simulation features such as the "Simulation Data Inspector."
  4. Calculate the throughput:Once you have the critical path delay, you can calculate the throughput of your FPGA design using the formula:
Throughput = 1 / Critical Path Delay
To know more information about the calculation of throughput of a model in FPGA using Simulink, kindly refer to the following documentation.
I hope this answer helps you.

카테고리

Help CenterFile Exchange에서 General Applications에 대해 자세히 알아보기

제품


릴리스

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by