Blame view
fr.femtost.disc.eclipse.sysml2vhdlams.atl/test/LoopNode2ForStatementTest/expected.vhdlams
691 Bytes
f902ce56c Commit of projects |
1 2 3 4 5 6 7 8 9 10 11 |
<?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:Process" name="Activity1"> <sequentialStatement xsi:type="vhdlams:ForStatement" loopCondition="i IN 3 DOWNTO 0"/> </statement> </designUnit> </package> </vhdlams:VAModel> |