Error Goto/From connections subsystem boundaries
32 views (last 30 days)
Show older comments
Hi everyone I am a student trying to work in Simulink with Zedboard. I have a Boost Controler model of a PV system in simulink with the diode, IGBT... When I use HDL workflow to send mi work to the Zedboard, in the first step I see the following error:
"Goto/From connections cannot cross nonvirtual subsystem boundaries. The only exception is when a goto is connected to a state output port Component: Simulink | Category: Model error Invalid connection starts with 'PV2/powergui/EquivalentModel1/Status/Goto1' Component: Simulink | Category: Block error Invalid connection ends with 'PV2/Convertidor Elevador/Diode1/Status'"
I dont know what to do, this is the first time I work with diferent boards. Thank you
0 Comments
Answers (1)
Tim McBrayer
on 15 Aug 2016
I don't think that this has anything to do with the hardware board. The error is that From/Goto cannot cross a nonvirtual subsystem boundary. You may have an atomic subsystem intervening between the two halves of a From/Goto pair. Some of the block paths are listed in the message.
One further note: it looks like you are using Simscape blocks (e.g. 'PV2/powergui/EquivalentModel1/Status/Goto1'), which are not supported for HDL code generation. If yo are using these in your model they cannot be in the portion of the design you are generating HDL from.
0 Comments
See Also
Categories
Find more on Model Compatibility Checks in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!