Data bus Signals in Simulink

조회 수: 2 (최근 30일)
Sam
Sam 2012년 3월 6일
편집: John Kelly 2015년 2월 26일
As in standard data bus,there are three types of lines: data, address and control. In my simulink model, my subsystem has the three inport lines, I would like to write the three signals simultaneously to the subsystem, each data is written with its corresponding address.
For Example,
Address(16-bit): 8010 8014 8018 801C
Data(32-bit): 00000555 00000000 00000555 00000000
Control(1-bit): ___|---|____|---|____|---|____|---|
How to provide the data bus in Simulink model?
Thanks for any help.

답변 (1개)

Kaustubha Govind
Kaustubha Govind 2012년 3월 6일
편집: John Kelly 2015년 2월 26일
You can create Simulink Bus signals. See Using Composite Signals.

카테고리

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

제품

Community Treasure Hunt

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

Start Hunting!

Translated by