Data bus Signals in Simulink

2 Ansichten (letzte 30 Tage)
Sam
Sam am 6 Mär. 2012
Bearbeitet: John Kelly am 26 Feb. 2015
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.

Antworten (1)

Kaustubha Govind
Kaustubha Govind am 6 Mär. 2012
Bearbeitet: John Kelly am 26 Feb. 2015
You can create Simulink Bus signals. See Using Composite Signals.

Kategorien

Mehr zu Modeling finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by