Maximum frequency of FPGA

조회 수: 3 (최근 30일)
Shuyi Wei
Shuyi Wei 2021년 7월 7일
답변: Sivani Pentapati 2021년 9월 29일
I am designing a PWM with Minized. When I set the fixed-step size smaller than 1e-5, the model would not run on fpga board. But the maximun frequency of Minized should be 100MHz, which means the fixed-step size could be set with 1e-8. So why couldn't I get smaller step size and how should I change the frequency of fpga in Simulink?

답변 (1개)

Sivani Pentapati
Sivani Pentapati 2021년 9월 29일
Based on my understanding, you want to generate HDL code for PWM. In order to run the model on fpga, the model parameters have to be configured to be compatible for HDL code generation. Please refer to the following list of model paramaters, which have to be set accordingly for code generation. The second criterion from the above link is to set the solver step size to auto, which implies that solver decides the step size, removing the option of manual assignment. Additionally, hdlsetup can also be run to set the model parameters for HDL code generation.
The target frequency of FPGA can be changed manually from HDL workflow advisor. Additionally, hdlset_param function can be used to set the target frequency from command line

카테고리

Help CenterFile Exchange에서 FPGA, ASIC, and SoC Development에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by