Project

General

Profile

Actions

Test sequences XML representation » History » Revision 1

Revision 1/2 | Next »
Igor Melnichenko, 05/05/2014 01:57 PM


Test sequences XML representation

<Sequence>
<EventList>
<Event name="a name of a signal associated to the event" type="an event type (possible values: NEGATIVE_EDGE, POSITIVE_EDGE, ANY_EDGE)"></Event>
</EventList>
<Vector>
<EventList>
<Event name="a name of a signal associated to the event" type="an event type (possible values: NEGATIVE_EDGE, POSITIVE_EDGE, ANY_EDGE)"></Event>
</EventList>
<Transaction>
<Signal name="a name of the signal" value="either concrete value or constraint"></Event>
</Transaction>
</Vector>
</Sequence>

Updated by Igor Melnichenko almost 10 years ago · 1 revisions