how to report time-scale of simulink model

조회 수: 2 (최근 30일)
dayu lai
dayu lai 2021년 7월 29일
댓글: dayu lai 2021년 7월 30일
hi,
I am using HDL coder to generate RTL from simulink model.
As you know, it is import to assign time-scale of port in simulink model, which defines the clock rate of one module.
However, in my design there will be multiple time-scale. Some module works under tsa, some module works under tsb. Usually, I would like to assign time-scale at the very begining of a signal path, while others will inherit from its previous point, until the time-scale is changed. At this time, I will assign a new time-scale at the begining of a new clock rate module.
My question is is there a way to report all the time scale of each modules? The aim is to verify if I give them the correct clock rate or the clock domain of each module is correct.
Thanks a lot!

답변 (1개)

Bharath Venkataraman
Bharath Venkataraman 2021년 7월 29일
If you set the sample times on the sources such that the HDL Subsystem sees different Simulink rates, that will convey the right information on the timescale for each block.
You can also change sample times using the Downsample, Upsample, Repeat or Rate Transition blocks.
  댓글 수: 3
Bharath Venkataraman
Bharath Venkataraman 2021년 7월 30일
You can turn on sample time colors and view a legend for those colors. This page has more information. Does this help?
dayu lai
dayu lai 2021년 7월 30일
good, that helps!
thx!

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 HDL Coder에 대해 자세히 알아보기

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by