필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

HDL coder to generate single rtl module for multiple subsystem.

조회 수: 1 (최근 30일)
Young Keun (Justin)
Young Keun (Justin) 2012년 9월 29일
마감: MATLAB Answer Bot 2021년 8월 20일
Hi I have a block which contains many tiny subsystem. Basically I wan to see it as a subsystem in the simulink model but not to translate each one of them in to seperate rtl module .. I tried hierarchy flattening but doesnt work.. How can I achieve this ?

답변 (1개)

Girish Venkataramani
Girish Venkataramani 2012년 10월 6일
Hierarchy flattening only works if the subsystem being flattened has all default parameters set on it. That is, if you look at the HDL Block properties (right click, HDL Coder -> HDL Block Properties) the subsystem you want to flatten, then all its parameters must be default. Otherwise, the subsystem will not be flattened.
If you attach your model, I can take a look and help you with this.

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by