Blame view
fr.femtost.disc.eclipse.sysml2vhdlams.atl/test/OpaqueBehavior2SequentialStatementTest/expected.vhdlams
787 Bytes
f902ce56c Commit of projects |
1 2 3 4 5 6 7 8 9 10 11 12 |
<?xml version="1.0" encoding="ISO-8859-1"?> <vhdlams:VAModel xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:vhdlams="http://www.femto-st.fr/disc/vhdlams.ecore" name="source"> <package name="source"> <designUnit xsi:type="vhdlams:Entity" name="Block1" architecture="//@package.0/@designUnit.1"/> <designUnit xsi:type="vhdlams:Architecture" name="behav" entity="//@package.0/@designUnit.0"> <statement xsi:type="vhdlams:Function" name="Operation1"> <returnType href="../../../fr.femtost.disc.eclipse.vhdlamslibrary/library/vhdlPrimitive.vhdl.xmi#//@designUnit.0/@designUnit.0"/> <sequentialStatement body="behaviorTest"/> </statement> </designUnit> </package> </vhdlams:VAModel> |