Initial commit
This commit is contained in:
commit
66a6860316
407 changed files with 1254365 additions and 0 deletions
53
test/expected/MPI_model.dot
Normal file
53
test/expected/MPI_model.dot
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
digraph G {
|
||||
subgraph "clusterChain" {
|
||||
label = "Chain"
|
||||
color=black
|
||||
subgraph "clusterChain.CoupledGenerator" {
|
||||
label = "CoupledGenerator"
|
||||
color=black
|
||||
"Chain.CoupledGenerator.Generator" [
|
||||
label = "Generator\nState: 1.0"
|
||||
color="green"
|
||||
style=filled
|
||||
]
|
||||
}
|
||||
subgraph "clusterChain.CoupledProcessor_2" {
|
||||
label = "CoupledProcessor_2"
|
||||
color=black
|
||||
"Chain.CoupledProcessor_2.Processor0" [
|
||||
label = "Processor0\nState: inf"
|
||||
color="blue"
|
||||
style=filled
|
||||
]
|
||||
"Chain.CoupledProcessor_2.Processor1" [
|
||||
label = "Processor1\nState: inf"
|
||||
color="blue"
|
||||
style=filled
|
||||
]
|
||||
}
|
||||
subgraph "clusterChain.CoupledProcessor_3" {
|
||||
label = "CoupledProcessor_3"
|
||||
color=black
|
||||
"Chain.CoupledProcessor_3.Processor0" [
|
||||
label = "Processor0\nState: inf"
|
||||
color="red"
|
||||
style=filled
|
||||
]
|
||||
"Chain.CoupledProcessor_3.Processor1" [
|
||||
label = "Processor1\nState: inf"
|
||||
color="red"
|
||||
style=filled
|
||||
]
|
||||
"Chain.CoupledProcessor_3.Processor2" [
|
||||
label = "Processor2\nState: inf"
|
||||
color="red"
|
||||
style=filled
|
||||
]
|
||||
}
|
||||
}
|
||||
"Chain.CoupledGenerator.Generator" -> "Chain.CoupledProcessor_2.Processor0" [label="outport -> inport"];
|
||||
"Chain.CoupledProcessor_2.Processor0" -> "Chain.CoupledProcessor_2.Processor1" [label="outport -> inport"];
|
||||
"Chain.CoupledProcessor_2.Processor1" -> "Chain.CoupledProcessor_3.Processor0" [label="outport -> inport"];
|
||||
"Chain.CoupledProcessor_3.Processor0" -> "Chain.CoupledProcessor_3.Processor1" [label="outport -> inport"];
|
||||
"Chain.CoupledProcessor_3.Processor1" -> "Chain.CoupledProcessor_3.Processor2" [label="outport -> inport"];
|
||||
}
|
||||
529867
test/expected/allocate
Normal file
529867
test/expected/allocate
Normal file
File diff suppressed because it is too large
Load diff
448
test/expected/atomic
Normal file
448
test/expected/atomic
Normal file
|
|
@ -0,0 +1,448 @@
|
|||
|
||||
__ Current Time: 0.00 __________________________________________
|
||||
|
||||
|
||||
INITIAL CONDITIONS in model <Generator>
|
||||
Initial State: 1.0
|
||||
Next scheduled internal transition at time 1.00
|
||||
|
||||
|
||||
__ Current Time: 1.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Generator>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 2.00
|
||||
|
||||
|
||||
__ Current Time: 2.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Generator>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 3.00
|
||||
|
||||
|
||||
__ Current Time: 3.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Generator>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 4.00
|
||||
|
||||
|
||||
__ Current Time: 4.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Generator>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 5.00
|
||||
|
||||
|
||||
__ Current Time: 5.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Generator>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 6.00
|
||||
|
||||
|
||||
__ Current Time: 6.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Generator>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 7.00
|
||||
|
||||
|
||||
__ Current Time: 7.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Generator>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 8.00
|
||||
|
||||
|
||||
__ Current Time: 8.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Generator>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 9.00
|
||||
|
||||
|
||||
__ Current Time: 9.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Generator>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 10.00
|
||||
|
||||
|
||||
__ Current Time: 10.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Generator>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 11.00
|
||||
|
||||
|
||||
__ Current Time: 11.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Generator>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 12.00
|
||||
|
||||
|
||||
__ Current Time: 12.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Generator>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 13.00
|
||||
|
||||
|
||||
__ Current Time: 13.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Generator>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 14.00
|
||||
|
||||
|
||||
__ Current Time: 14.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Generator>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 15.00
|
||||
|
||||
|
||||
__ Current Time: 15.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Generator>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 16.00
|
||||
|
||||
|
||||
__ Current Time: 16.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Generator>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 17.00
|
||||
|
||||
|
||||
__ Current Time: 17.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Generator>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 18.00
|
||||
|
||||
|
||||
__ Current Time: 18.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Generator>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 19.00
|
||||
|
||||
|
||||
__ Current Time: 19.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Generator>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 20.00
|
||||
|
||||
|
||||
__ Current Time: 20.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Generator>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 21.00
|
||||
|
||||
|
||||
__ Current Time: 21.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Generator>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 22.00
|
||||
|
||||
|
||||
__ Current Time: 22.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Generator>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 23.00
|
||||
|
||||
|
||||
__ Current Time: 23.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Generator>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 24.00
|
||||
|
||||
|
||||
__ Current Time: 24.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Generator>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 25.00
|
||||
|
||||
|
||||
__ Current Time: 25.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Generator>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 26.00
|
||||
|
||||
|
||||
__ Current Time: 26.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Generator>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 27.00
|
||||
|
||||
|
||||
__ Current Time: 27.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Generator>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 28.00
|
||||
|
||||
|
||||
__ Current Time: 28.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Generator>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 29.00
|
||||
|
||||
|
||||
__ Current Time: 29.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Generator>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 30.00
|
||||
|
||||
|
||||
__ Current Time: 30.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Generator>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 31.00
|
||||
|
||||
|
||||
__ Current Time: 31.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Generator>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 32.00
|
||||
|
||||
|
||||
__ Current Time: 32.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Generator>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 33.00
|
||||
|
||||
|
||||
__ Current Time: 33.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Generator>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 34.00
|
||||
|
||||
|
||||
__ Current Time: 34.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Generator>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 35.00
|
||||
|
||||
|
||||
__ Current Time: 35.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Generator>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 36.00
|
||||
|
||||
|
||||
__ Current Time: 36.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Generator>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 37.00
|
||||
|
||||
|
||||
__ Current Time: 37.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Generator>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 38.00
|
||||
|
||||
|
||||
__ Current Time: 38.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Generator>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 39.00
|
||||
|
||||
|
||||
__ Current Time: 39.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Generator>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 40.00
|
||||
|
||||
|
||||
__ Current Time: 40.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Generator>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 41.00
|
||||
|
||||
4107
test/expected/auto_allocate
Normal file
4107
test/expected/auto_allocate
Normal file
File diff suppressed because it is too large
Load diff
25273
test/expected/autodist
Normal file
25273
test/expected/autodist
Normal file
File diff suppressed because it is too large
Load diff
211803
test/expected/checkpoint
Normal file
211803
test/expected/checkpoint
Normal file
File diff suppressed because it is too large
Load diff
14987
test/expected/classicDEVS
Normal file
14987
test/expected/classicDEVS
Normal file
File diff suppressed because it is too large
Load diff
169
test/expected/classicDEVSconnect
Normal file
169
test/expected/classicDEVSconnect
Normal file
|
|
@ -0,0 +1,169 @@
|
|||
|
||||
__ Current Time: 0.00 __________________________________________
|
||||
|
||||
|
||||
INITIAL CONDITIONS in model <Root.Coupled.P1>
|
||||
Initial State: None
|
||||
Next scheduled internal transition at time inf
|
||||
|
||||
|
||||
INITIAL CONDITIONS in model <Root.Coupled.P1>
|
||||
Initial State: None
|
||||
Next scheduled internal transition at time inf
|
||||
|
||||
|
||||
INITIAL CONDITIONS in model <Root.Gen>
|
||||
Initial State: True
|
||||
Next scheduled internal transition at time 1.00
|
||||
|
||||
|
||||
INITIAL CONDITIONS in model <Root.P1>
|
||||
Initial State: None
|
||||
Next scheduled internal transition at time inf
|
||||
|
||||
|
||||
INITIAL CONDITIONS in model <Root.P2>
|
||||
Initial State: (None, None)
|
||||
Next scheduled internal transition at time inf
|
||||
|
||||
|
||||
INITIAL CONDITIONS in model <Root.PO2>
|
||||
Initial State: None
|
||||
Next scheduled internal transition at time inf
|
||||
|
||||
|
||||
__ Current Time: 1.00 __________________________________________
|
||||
|
||||
|
||||
EXTERNAL TRANSITION in model <Root.Coupled.P1>
|
||||
Input Port Configuration:
|
||||
port <inport>:
|
||||
3
|
||||
New State: 3
|
||||
Next scheduled internal transition at time 2.00
|
||||
|
||||
|
||||
EXTERNAL TRANSITION in model <Root.Coupled.P1>
|
||||
Input Port Configuration:
|
||||
port <inport>:
|
||||
3
|
||||
New State: 3
|
||||
Next scheduled internal transition at time 2.00
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Root.Gen>
|
||||
New State: False
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
3
|
||||
Next scheduled internal transition at time inf
|
||||
|
||||
|
||||
__ Current Time: 2.00 __________________________________________
|
||||
|
||||
|
||||
EXTERNAL TRANSITION in model <Root.P1>
|
||||
Input Port Configuration:
|
||||
port <inport>:
|
||||
3
|
||||
New State: 3
|
||||
Next scheduled internal transition at time 3.00
|
||||
|
||||
|
||||
EXTERNAL TRANSITION in model <Root.P2>
|
||||
Input Port Configuration:
|
||||
port <inport1>:
|
||||
3
|
||||
port <inport2>:
|
||||
3
|
||||
New State: (3, 3)
|
||||
Next scheduled internal transition at time 3.00
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Root.Coupled.P1>
|
||||
New State: None
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
3
|
||||
Next scheduled internal transition at time inf
|
||||
|
||||
|
||||
__ Current Time: 2.00 __________________________________________
|
||||
|
||||
|
||||
EXTERNAL TRANSITION in model <Root.P1>
|
||||
Input Port Configuration:
|
||||
port <inport>:
|
||||
3
|
||||
New State: 3
|
||||
Next scheduled internal transition at time 3.00
|
||||
|
||||
|
||||
EXTERNAL TRANSITION in model <Root.P2>
|
||||
Input Port Configuration:
|
||||
port <inport1>:
|
||||
3
|
||||
port <inport2>:
|
||||
3
|
||||
New State: (3, 3)
|
||||
Next scheduled internal transition at time 3.00
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Root.Coupled.P1>
|
||||
New State: None
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
3
|
||||
Next scheduled internal transition at time inf
|
||||
|
||||
|
||||
__ Current Time: 3.00 __________________________________________
|
||||
|
||||
|
||||
EXTERNAL TRANSITION in model <Root.PO2>
|
||||
Input Port Configuration:
|
||||
port <inport>:
|
||||
3
|
||||
New State: 3
|
||||
Next scheduled internal transition at time 4.00
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Root.P1>
|
||||
New State: None
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
3
|
||||
Next scheduled internal transition at time inf
|
||||
|
||||
|
||||
__ Current Time: 3.00 __________________________________________
|
||||
|
||||
|
||||
EXTERNAL TRANSITION in model <Root.PO2>
|
||||
Input Port Configuration:
|
||||
port <inport>:
|
||||
(3, 3)
|
||||
New State: (3, 3)
|
||||
Next scheduled internal transition at time 4.00
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Root.P2>
|
||||
New State: (None, None)
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
(3, 3)
|
||||
Next scheduled internal transition at time inf
|
||||
|
||||
|
||||
__ Current Time: 4.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Root.PO2>
|
||||
New State: None
|
||||
Output Port Configuration:
|
||||
port <outport1>:
|
||||
(3, 3)
|
||||
port <outport2>:
|
||||
(3, 3)
|
||||
Next scheduled internal transition at time inf
|
||||
|
||||
3453
test/expected/confluent
Normal file
3453
test/expected/confluent
Normal file
File diff suppressed because it is too large
Load diff
1242
test/expected/doublelayer
Normal file
1242
test/expected/doublelayer
Normal file
File diff suppressed because it is too large
Load diff
4107
test/expected/draw
Normal file
4107
test/expected/draw
Normal file
File diff suppressed because it is too large
Load diff
4183
test/expected/dual
Normal file
4183
test/expected/dual
Normal file
File diff suppressed because it is too large
Load diff
3195
test/expected/dual_mp
Normal file
3195
test/expected/dual_mp
Normal file
File diff suppressed because it is too large
Load diff
2664
test/expected/dualdepth
Normal file
2664
test/expected/dualdepth
Normal file
File diff suppressed because it is too large
Load diff
495
test/expected/dynamicstructure
Normal file
495
test/expected/dynamicstructure
Normal file
|
|
@ -0,0 +1,495 @@
|
|||
|
||||
__ Current Time: 0.00 __________________________________________
|
||||
|
||||
|
||||
INITIAL CONDITIONS in model <Root.GEN>
|
||||
Initial State: 1.0
|
||||
Next scheduled internal transition at time 0.50
|
||||
|
||||
|
||||
INITIAL CONDITIONS in model <Root.Processor>
|
||||
Initial State: inf
|
||||
Next scheduled internal transition at time inf
|
||||
|
||||
|
||||
INITIAL CONDITIONS in model <Root.Processor>
|
||||
Initial State: inf
|
||||
Next scheduled internal transition at time inf
|
||||
|
||||
|
||||
__ Current Time: 0.50 __________________________________________
|
||||
|
||||
|
||||
INITIAL CONDITIONS in model <Root.ElapsedNothing>
|
||||
Initial State: 1
|
||||
Next scheduled internal transition at time 1.20
|
||||
|
||||
|
||||
EXTERNAL TRANSITION in model <Root.Processor>
|
||||
Input Port Configuration:
|
||||
port <inport>:
|
||||
Eventsize = 1
|
||||
New State: 1
|
||||
Next scheduled internal transition at time 1.50
|
||||
|
||||
|
||||
EXTERNAL TRANSITION in model <Root.Processor>
|
||||
Input Port Configuration:
|
||||
port <inport>:
|
||||
Eventsize = 1
|
||||
New State: 1
|
||||
Next scheduled internal transition at time 1.50
|
||||
|
||||
|
||||
INITIAL CONDITIONS in model <Root.CoupledProcessor_3.Processor0>
|
||||
Initial State: inf
|
||||
Next scheduled internal transition at time inf
|
||||
|
||||
|
||||
INITIAL CONDITIONS in model <Root.CoupledProcessor_3.Processor1>
|
||||
Initial State: inf
|
||||
Next scheduled internal transition at time inf
|
||||
|
||||
|
||||
INITIAL CONDITIONS in model <Root.CoupledProcessor_3.Processor2>
|
||||
Initial State: inf
|
||||
Next scheduled internal transition at time inf
|
||||
|
||||
|
||||
INITIAL CONDITIONS in model <Root.Processor>
|
||||
Initial State: inf
|
||||
Next scheduled internal transition at time inf
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Root.GEN>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 1.50
|
||||
|
||||
|
||||
__ Current Time: 1.20 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Root.ElapsedNothing>
|
||||
New State: 0
|
||||
Output Port Configuration:
|
||||
Next scheduled internal transition at time inf
|
||||
|
||||
|
||||
__ Current Time: 1.50 __________________________________________
|
||||
|
||||
|
||||
EXTERNAL TRANSITION in model <Root.CoupledProcessor_3.Processor0>
|
||||
Input Port Configuration:
|
||||
port <inport>:
|
||||
Eventsize = 1
|
||||
New State: 0.2
|
||||
Next scheduled internal transition at time 1.70
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Root.GEN>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
Next scheduled internal transition at time 2.50
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Root.Processor>
|
||||
New State: inf
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time inf
|
||||
|
||||
|
||||
__ Current Time: 1.70 __________________________________________
|
||||
|
||||
|
||||
EXTERNAL TRANSITION in model <Root.CoupledProcessor_3.Processor1>
|
||||
Input Port Configuration:
|
||||
port <inport>:
|
||||
Eventsize = 1
|
||||
New State: 0.2
|
||||
Next scheduled internal transition at time 1.90
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Root.CoupledProcessor_3.Processor0>
|
||||
New State: inf
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time inf
|
||||
|
||||
|
||||
__ Current Time: 1.90 __________________________________________
|
||||
|
||||
|
||||
EXTERNAL TRANSITION in model <Root.CoupledProcessor_3.Processor2>
|
||||
Input Port Configuration:
|
||||
port <inport>:
|
||||
Eventsize = 1
|
||||
New State: 0.2
|
||||
Next scheduled internal transition at time 2.10
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Root.CoupledProcessor_3.Processor1>
|
||||
New State: inf
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time inf
|
||||
|
||||
|
||||
__ Current Time: 2.10 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Root.CoupledProcessor_3.Processor2>
|
||||
New State: inf
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time inf
|
||||
|
||||
|
||||
__ Current Time: 2.50 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Root.GEN>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
Next scheduled internal transition at time 3.50
|
||||
|
||||
|
||||
__ Current Time: 3.50 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Root.GEN>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
Next scheduled internal transition at time 4.50
|
||||
|
||||
|
||||
__ Current Time: 4.50 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Root.GEN>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
Next scheduled internal transition at time 5.50
|
||||
|
||||
|
||||
__ Current Time: 5.50 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Root.GEN>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
Next scheduled internal transition at time 6.50
|
||||
|
||||
|
||||
__ Current Time: 6.50 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Root.GEN>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
Next scheduled internal transition at time 7.50
|
||||
|
||||
|
||||
__ Current Time: 7.50 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Root.GEN>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
Next scheduled internal transition at time 8.50
|
||||
|
||||
|
||||
__ Current Time: 8.50 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Root.GEN>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
Next scheduled internal transition at time 9.50
|
||||
|
||||
|
||||
__ Current Time: 9.50 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Root.GEN>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
Next scheduled internal transition at time 10.50
|
||||
|
||||
|
||||
__ Current Time: 10.50 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Root.GEN>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
Next scheduled internal transition at time 11.50
|
||||
|
||||
|
||||
__ Current Time: 11.50 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Root.GEN>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
Next scheduled internal transition at time 12.50
|
||||
|
||||
|
||||
__ Current Time: 12.50 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Root.GEN>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
Next scheduled internal transition at time 13.50
|
||||
|
||||
|
||||
__ Current Time: 13.50 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Root.GEN>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
Next scheduled internal transition at time 14.50
|
||||
|
||||
|
||||
__ Current Time: 14.50 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Root.GEN>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
Next scheduled internal transition at time 15.50
|
||||
|
||||
|
||||
__ Current Time: 15.50 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Root.GEN>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
Next scheduled internal transition at time 16.50
|
||||
|
||||
|
||||
__ Current Time: 16.50 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Root.GEN>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
Next scheduled internal transition at time 17.50
|
||||
|
||||
|
||||
__ Current Time: 17.50 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Root.GEN>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
Next scheduled internal transition at time 18.50
|
||||
|
||||
|
||||
__ Current Time: 18.50 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Root.GEN>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
Next scheduled internal transition at time 19.50
|
||||
|
||||
|
||||
__ Current Time: 19.50 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Root.GEN>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
Next scheduled internal transition at time 20.50
|
||||
|
||||
|
||||
__ Current Time: 20.50 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Root.GEN>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
Next scheduled internal transition at time 21.50
|
||||
|
||||
|
||||
__ Current Time: 21.50 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Root.GEN>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
Next scheduled internal transition at time 22.50
|
||||
|
||||
|
||||
__ Current Time: 22.50 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Root.GEN>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
Next scheduled internal transition at time 23.50
|
||||
|
||||
|
||||
__ Current Time: 23.50 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Root.GEN>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
Next scheduled internal transition at time 24.50
|
||||
|
||||
|
||||
__ Current Time: 24.50 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Root.GEN>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
Next scheduled internal transition at time 25.50
|
||||
|
||||
|
||||
__ Current Time: 25.50 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Root.GEN>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
Next scheduled internal transition at time 26.50
|
||||
|
||||
|
||||
__ Current Time: 26.50 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Root.GEN>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
Next scheduled internal transition at time 27.50
|
||||
|
||||
|
||||
__ Current Time: 27.50 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Root.GEN>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
Next scheduled internal transition at time 28.50
|
||||
|
||||
|
||||
__ Current Time: 28.50 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Root.GEN>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
Next scheduled internal transition at time 29.50
|
||||
|
||||
|
||||
__ Current Time: 29.50 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Root.GEN>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
Next scheduled internal transition at time 30.50
|
||||
|
||||
|
||||
__ Current Time: 30.50 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Root.GEN>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
Next scheduled internal transition at time 31.50
|
||||
|
||||
|
||||
__ Current Time: 31.50 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Root.GEN>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
Next scheduled internal transition at time 32.50
|
||||
|
||||
|
||||
__ Current Time: 32.50 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Root.GEN>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
Next scheduled internal transition at time 33.50
|
||||
|
||||
|
||||
__ Current Time: 33.50 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Root.GEN>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
Next scheduled internal transition at time 34.50
|
||||
|
||||
|
||||
__ Current Time: 34.50 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Root.GEN>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
Next scheduled internal transition at time 35.50
|
||||
|
||||
|
||||
__ Current Time: 35.50 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Root.GEN>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
Next scheduled internal transition at time 36.50
|
||||
|
||||
|
||||
__ Current Time: 36.50 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Root.GEN>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
Next scheduled internal transition at time 37.50
|
||||
|
||||
|
||||
__ Current Time: 37.50 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Root.GEN>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
Next scheduled internal transition at time 38.50
|
||||
|
||||
|
||||
__ Current Time: 38.50 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Root.GEN>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
Next scheduled internal transition at time 39.50
|
||||
|
||||
|
||||
__ Current Time: 39.50 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Root.GEN>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
Next scheduled internal transition at time 40.50
|
||||
|
||||
1
test/expected/dynamicstructure_realtime
Symbolic link
1
test/expected/dynamicstructure_realtime
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
dynamicstructure
|
||||
6
test/expected/fetch
Normal file
6
test/expected/fetch
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
Generator: 1.0
|
||||
Processor1.Processor1: 0.66
|
||||
Processor1.Processor2: 0.66
|
||||
Processor2.Processor1: inf
|
||||
Processor2.Processor2: inf
|
||||
Processor2.Processor3: 0.3
|
||||
2548
test/expected/local
Normal file
2548
test/expected/local
Normal file
File diff suppressed because it is too large
Load diff
53
test/expected/local_model.dot
Normal file
53
test/expected/local_model.dot
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
digraph G {
|
||||
subgraph "clusterChain" {
|
||||
label = "Chain"
|
||||
color=black
|
||||
subgraph "clusterChain.CoupledGenerator" {
|
||||
label = "CoupledGenerator"
|
||||
color=black
|
||||
"Chain.CoupledGenerator.Generator" [
|
||||
label = "Generator\nState: 1.0"
|
||||
color="red"
|
||||
style=filled
|
||||
]
|
||||
}
|
||||
subgraph "clusterChain.CoupledProcessor_2" {
|
||||
label = "CoupledProcessor_2"
|
||||
color=black
|
||||
"Chain.CoupledProcessor_2.Processor0" [
|
||||
label = "Processor0\nState: inf"
|
||||
color="red"
|
||||
style=filled
|
||||
]
|
||||
"Chain.CoupledProcessor_2.Processor1" [
|
||||
label = "Processor1\nState: inf"
|
||||
color="red"
|
||||
style=filled
|
||||
]
|
||||
}
|
||||
subgraph "clusterChain.CoupledProcessor_3" {
|
||||
label = "CoupledProcessor_3"
|
||||
color=black
|
||||
"Chain.CoupledProcessor_3.Processor0" [
|
||||
label = "Processor0\nState: inf"
|
||||
color="red"
|
||||
style=filled
|
||||
]
|
||||
"Chain.CoupledProcessor_3.Processor1" [
|
||||
label = "Processor1\nState: inf"
|
||||
color="red"
|
||||
style=filled
|
||||
]
|
||||
"Chain.CoupledProcessor_3.Processor2" [
|
||||
label = "Processor2\nState: inf"
|
||||
color="red"
|
||||
style=filled
|
||||
]
|
||||
}
|
||||
}
|
||||
"Chain.CoupledGenerator.Generator" -> "Chain.CoupledProcessor_2.Processor0" [label="outport -> inport"];
|
||||
"Chain.CoupledProcessor_2.Processor0" -> "Chain.CoupledProcessor_2.Processor1" [label="outport -> inport"];
|
||||
"Chain.CoupledProcessor_2.Processor1" -> "Chain.CoupledProcessor_3.Processor0" [label="outport -> inport"];
|
||||
"Chain.CoupledProcessor_3.Processor0" -> "Chain.CoupledProcessor_3.Processor1" [label="outport -> inport"];
|
||||
"Chain.CoupledProcessor_3.Processor1" -> "Chain.CoupledProcessor_3.Processor2" [label="outport -> inport"];
|
||||
}
|
||||
21067
test/expected/longtime
Normal file
21067
test/expected/longtime
Normal file
File diff suppressed because it is too large
Load diff
4020
test/expected/multi
Normal file
4020
test/expected/multi
Normal file
File diff suppressed because it is too large
Load diff
5437
test/expected/multiinputs
Normal file
5437
test/expected/multiinputs
Normal file
File diff suppressed because it is too large
Load diff
268
test/expected/multinested
Normal file
268
test/expected/multinested
Normal file
|
|
@ -0,0 +1,268 @@
|
|||
|
||||
__ Current Time: 0.00 __________________________________________
|
||||
|
||||
|
||||
INITIAL CONDITIONS in model <MultiNested.Generator>
|
||||
Initial State: 1
|
||||
Next scheduled internal transition at time 1.00
|
||||
|
||||
|
||||
INITIAL CONDITIONS in model <MultiNested.NProcessor1>
|
||||
Initial State: inf
|
||||
Next scheduled internal transition at time 1.00
|
||||
|
||||
|
||||
INITIAL CONDITIONS in model <MultiNested.NProcessor2>
|
||||
Initial State: inf
|
||||
Next scheduled internal transition at time 1.00
|
||||
|
||||
|
||||
__ Current Time: 1.00 __________________________________________
|
||||
|
||||
|
||||
CONFLUENT TRANSITION in model <MultiNested.NProcessor1>
|
||||
Input Port Configuration:
|
||||
port <inport>:
|
||||
Eventsize = 1
|
||||
New State: 1
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 5
|
||||
Next scheduled internal transition at time 2.00
|
||||
|
||||
|
||||
CONFLUENT TRANSITION in model <MultiNested.NProcessor2>
|
||||
Input Port Configuration:
|
||||
port <inport>:
|
||||
Eventsize = 5
|
||||
New State: 1
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 5
|
||||
Next scheduled internal transition at time 2.00
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <MultiNested.Generator>
|
||||
New State: 1
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 2.00
|
||||
|
||||
|
||||
__ Current Time: 2.00 __________________________________________
|
||||
|
||||
|
||||
CONFLUENT TRANSITION in model <MultiNested.NProcessor1>
|
||||
Input Port Configuration:
|
||||
port <inport>:
|
||||
Eventsize = 1
|
||||
New State: 1
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 4.00
|
||||
|
||||
|
||||
CONFLUENT TRANSITION in model <MultiNested.NProcessor2>
|
||||
Input Port Configuration:
|
||||
port <inport>:
|
||||
Eventsize = 1
|
||||
New State: 1
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 5
|
||||
Next scheduled internal transition at time 4.00
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <MultiNested.Generator>
|
||||
New State: 1
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 3.00
|
||||
|
||||
|
||||
__ Current Time: 3.00 __________________________________________
|
||||
|
||||
|
||||
EXTERNAL TRANSITION in model <MultiNested.NProcessor1>
|
||||
Input Port Configuration:
|
||||
port <inport>:
|
||||
Eventsize = 1
|
||||
New State: 1
|
||||
Next scheduled internal transition at time 6.00
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <MultiNested.Generator>
|
||||
New State: 1
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 4.00
|
||||
|
||||
|
||||
__ Current Time: 4.00 __________________________________________
|
||||
|
||||
|
||||
EXTERNAL TRANSITION in model <MultiNested.NProcessor1>
|
||||
Input Port Configuration:
|
||||
port <inport>:
|
||||
Eventsize = 1
|
||||
New State: 1
|
||||
Next scheduled internal transition at time 8.00
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <MultiNested.Generator>
|
||||
New State: 1
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 5.00
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <MultiNested.NProcessor2>
|
||||
New State: -1
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 6.00
|
||||
|
||||
|
||||
__ Current Time: 5.00 __________________________________________
|
||||
|
||||
|
||||
EXTERNAL TRANSITION in model <MultiNested.NProcessor1>
|
||||
Input Port Configuration:
|
||||
port <inport>:
|
||||
Eventsize = 1
|
||||
New State: 1
|
||||
Next scheduled internal transition at time 10.00
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <MultiNested.Generator>
|
||||
New State: 1
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 6.00
|
||||
|
||||
|
||||
__ Current Time: 6.00 __________________________________________
|
||||
|
||||
|
||||
EXTERNAL TRANSITION in model <MultiNested.NProcessor1>
|
||||
Input Port Configuration:
|
||||
port <inport>:
|
||||
Eventsize = 1
|
||||
New State: 1
|
||||
Next scheduled internal transition at time 12.00
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <MultiNested.Generator>
|
||||
New State: 1
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 7.00
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <MultiNested.NProcessor2>
|
||||
New State: -3
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 8.00
|
||||
|
||||
|
||||
__ Current Time: 7.00 __________________________________________
|
||||
|
||||
|
||||
EXTERNAL TRANSITION in model <MultiNested.NProcessor1>
|
||||
Input Port Configuration:
|
||||
port <inport>:
|
||||
Eventsize = 1
|
||||
New State: 1
|
||||
Next scheduled internal transition at time 14.00
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <MultiNested.Generator>
|
||||
New State: 1
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 8.00
|
||||
|
||||
|
||||
__ Current Time: 8.00 __________________________________________
|
||||
|
||||
|
||||
EXTERNAL TRANSITION in model <MultiNested.NProcessor1>
|
||||
Input Port Configuration:
|
||||
port <inport>:
|
||||
Eventsize = 1
|
||||
New State: 1
|
||||
Next scheduled internal transition at time 16.00
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <MultiNested.Generator>
|
||||
New State: 1
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 9.00
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <MultiNested.NProcessor2>
|
||||
New State: -5
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 10.00
|
||||
|
||||
|
||||
__ Current Time: 9.00 __________________________________________
|
||||
|
||||
|
||||
EXTERNAL TRANSITION in model <MultiNested.NProcessor1>
|
||||
Input Port Configuration:
|
||||
port <inport>:
|
||||
Eventsize = 1
|
||||
New State: 1
|
||||
Next scheduled internal transition at time 18.00
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <MultiNested.Generator>
|
||||
New State: 1
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 10.00
|
||||
|
||||
|
||||
__ Current Time: 10.00 __________________________________________
|
||||
|
||||
|
||||
EXTERNAL TRANSITION in model <MultiNested.NProcessor1>
|
||||
Input Port Configuration:
|
||||
port <inport>:
|
||||
Eventsize = 1
|
||||
New State: 1
|
||||
Next scheduled internal transition at time 20.00
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <MultiNested.Generator>
|
||||
New State: 1
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 11.00
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <MultiNested.NProcessor2>
|
||||
New State: -7
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 12.00
|
||||
|
||||
399
test/expected/nested
Normal file
399
test/expected/nested
Normal file
|
|
@ -0,0 +1,399 @@
|
|||
|
||||
__ Current Time: 0.00 __________________________________________
|
||||
|
||||
|
||||
INITIAL CONDITIONS in model <Nested.Generator>
|
||||
Initial State: 1
|
||||
Next scheduled internal transition at time 1.00
|
||||
|
||||
|
||||
INITIAL CONDITIONS in model <Nested.NProcessor>
|
||||
Initial State: inf
|
||||
Next scheduled internal transition at time 1.00
|
||||
|
||||
|
||||
__ Current Time: 1.00 __________________________________________
|
||||
|
||||
|
||||
CONFLUENT TRANSITION in model <Nested.NProcessor>
|
||||
Input Port Configuration:
|
||||
port <inport>:
|
||||
Eventsize = 1
|
||||
New State: 1
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 5
|
||||
Next scheduled internal transition at time 2.00
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Nested.Generator>
|
||||
New State: 1
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 2.00
|
||||
|
||||
|
||||
__ Current Time: 2.00 __________________________________________
|
||||
|
||||
|
||||
CONFLUENT TRANSITION in model <Nested.NProcessor>
|
||||
Input Port Configuration:
|
||||
port <inport>:
|
||||
Eventsize = 1
|
||||
New State: 1
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 4.00
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Nested.Generator>
|
||||
New State: 1
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 3.00
|
||||
|
||||
|
||||
__ Current Time: 3.00 __________________________________________
|
||||
|
||||
|
||||
EXTERNAL TRANSITION in model <Nested.NProcessor>
|
||||
Input Port Configuration:
|
||||
port <inport>:
|
||||
Eventsize = 1
|
||||
New State: 1
|
||||
Next scheduled internal transition at time 6.00
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Nested.Generator>
|
||||
New State: 1
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 4.00
|
||||
|
||||
|
||||
__ Current Time: 4.00 __________________________________________
|
||||
|
||||
|
||||
EXTERNAL TRANSITION in model <Nested.NProcessor>
|
||||
Input Port Configuration:
|
||||
port <inport>:
|
||||
Eventsize = 1
|
||||
New State: 1
|
||||
Next scheduled internal transition at time 8.00
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Nested.Generator>
|
||||
New State: 1
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 5.00
|
||||
|
||||
|
||||
__ Current Time: 5.00 __________________________________________
|
||||
|
||||
|
||||
EXTERNAL TRANSITION in model <Nested.NProcessor>
|
||||
Input Port Configuration:
|
||||
port <inport>:
|
||||
Eventsize = 1
|
||||
New State: 1
|
||||
Next scheduled internal transition at time 10.00
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Nested.Generator>
|
||||
New State: 1
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 6.00
|
||||
|
||||
|
||||
__ Current Time: 6.00 __________________________________________
|
||||
|
||||
|
||||
EXTERNAL TRANSITION in model <Nested.NProcessor>
|
||||
Input Port Configuration:
|
||||
port <inport>:
|
||||
Eventsize = 1
|
||||
New State: 1
|
||||
Next scheduled internal transition at time 12.00
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Nested.Generator>
|
||||
New State: 1
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 7.00
|
||||
|
||||
|
||||
__ Current Time: 7.00 __________________________________________
|
||||
|
||||
|
||||
EXTERNAL TRANSITION in model <Nested.NProcessor>
|
||||
Input Port Configuration:
|
||||
port <inport>:
|
||||
Eventsize = 1
|
||||
New State: 1
|
||||
Next scheduled internal transition at time 14.00
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Nested.Generator>
|
||||
New State: 1
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 8.00
|
||||
|
||||
|
||||
__ Current Time: 8.00 __________________________________________
|
||||
|
||||
|
||||
EXTERNAL TRANSITION in model <Nested.NProcessor>
|
||||
Input Port Configuration:
|
||||
port <inport>:
|
||||
Eventsize = 1
|
||||
New State: 1
|
||||
Next scheduled internal transition at time 16.00
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Nested.Generator>
|
||||
New State: 1
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 9.00
|
||||
|
||||
|
||||
__ Current Time: 9.00 __________________________________________
|
||||
|
||||
|
||||
EXTERNAL TRANSITION in model <Nested.NProcessor>
|
||||
Input Port Configuration:
|
||||
port <inport>:
|
||||
Eventsize = 1
|
||||
New State: 1
|
||||
Next scheduled internal transition at time 18.00
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Nested.Generator>
|
||||
New State: 1
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 10.00
|
||||
|
||||
|
||||
__ Current Time: 10.00 __________________________________________
|
||||
|
||||
|
||||
EXTERNAL TRANSITION in model <Nested.NProcessor>
|
||||
Input Port Configuration:
|
||||
port <inport>:
|
||||
Eventsize = 1
|
||||
New State: 1
|
||||
Next scheduled internal transition at time 20.00
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Nested.Generator>
|
||||
New State: 1
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 11.00
|
||||
|
||||
|
||||
__ Current Time: 11.00 __________________________________________
|
||||
|
||||
|
||||
EXTERNAL TRANSITION in model <Nested.NProcessor>
|
||||
Input Port Configuration:
|
||||
port <inport>:
|
||||
Eventsize = 1
|
||||
New State: 1
|
||||
Next scheduled internal transition at time 22.00
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Nested.Generator>
|
||||
New State: 1
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 12.00
|
||||
|
||||
|
||||
__ Current Time: 12.00 __________________________________________
|
||||
|
||||
|
||||
EXTERNAL TRANSITION in model <Nested.NProcessor>
|
||||
Input Port Configuration:
|
||||
port <inport>:
|
||||
Eventsize = 1
|
||||
New State: 1
|
||||
Next scheduled internal transition at time 24.00
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Nested.Generator>
|
||||
New State: 1
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 13.00
|
||||
|
||||
|
||||
__ Current Time: 13.00 __________________________________________
|
||||
|
||||
|
||||
EXTERNAL TRANSITION in model <Nested.NProcessor>
|
||||
Input Port Configuration:
|
||||
port <inport>:
|
||||
Eventsize = 1
|
||||
New State: 1
|
||||
Next scheduled internal transition at time 26.00
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Nested.Generator>
|
||||
New State: 1
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 14.00
|
||||
|
||||
|
||||
__ Current Time: 14.00 __________________________________________
|
||||
|
||||
|
||||
EXTERNAL TRANSITION in model <Nested.NProcessor>
|
||||
Input Port Configuration:
|
||||
port <inport>:
|
||||
Eventsize = 1
|
||||
New State: 1
|
||||
Next scheduled internal transition at time 28.00
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Nested.Generator>
|
||||
New State: 1
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 15.00
|
||||
|
||||
|
||||
__ Current Time: 15.00 __________________________________________
|
||||
|
||||
|
||||
EXTERNAL TRANSITION in model <Nested.NProcessor>
|
||||
Input Port Configuration:
|
||||
port <inport>:
|
||||
Eventsize = 1
|
||||
New State: 1
|
||||
Next scheduled internal transition at time 30.00
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Nested.Generator>
|
||||
New State: 1
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 16.00
|
||||
|
||||
|
||||
__ Current Time: 16.00 __________________________________________
|
||||
|
||||
|
||||
EXTERNAL TRANSITION in model <Nested.NProcessor>
|
||||
Input Port Configuration:
|
||||
port <inport>:
|
||||
Eventsize = 1
|
||||
New State: 1
|
||||
Next scheduled internal transition at time 32.00
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Nested.Generator>
|
||||
New State: 1
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 17.00
|
||||
|
||||
|
||||
__ Current Time: 17.00 __________________________________________
|
||||
|
||||
|
||||
EXTERNAL TRANSITION in model <Nested.NProcessor>
|
||||
Input Port Configuration:
|
||||
port <inport>:
|
||||
Eventsize = 1
|
||||
New State: 1
|
||||
Next scheduled internal transition at time 34.00
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Nested.Generator>
|
||||
New State: 1
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 18.00
|
||||
|
||||
|
||||
__ Current Time: 18.00 __________________________________________
|
||||
|
||||
|
||||
EXTERNAL TRANSITION in model <Nested.NProcessor>
|
||||
Input Port Configuration:
|
||||
port <inport>:
|
||||
Eventsize = 1
|
||||
New State: 1
|
||||
Next scheduled internal transition at time 36.00
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Nested.Generator>
|
||||
New State: 1
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 19.00
|
||||
|
||||
|
||||
__ Current Time: 19.00 __________________________________________
|
||||
|
||||
|
||||
EXTERNAL TRANSITION in model <Nested.NProcessor>
|
||||
Input Port Configuration:
|
||||
port <inport>:
|
||||
Eventsize = 1
|
||||
New State: 1
|
||||
Next scheduled internal transition at time 38.00
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Nested.Generator>
|
||||
New State: 1
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 20.00
|
||||
|
||||
|
||||
__ Current Time: 20.00 __________________________________________
|
||||
|
||||
|
||||
EXTERNAL TRANSITION in model <Nested.NProcessor>
|
||||
Input Port Configuration:
|
||||
port <inport>:
|
||||
Eventsize = 1
|
||||
New State: 1
|
||||
Next scheduled internal transition at time 40.00
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Nested.Generator>
|
||||
New State: 1
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 21.00
|
||||
|
||||
1
test/expected/nested_realtime
Symbolic link
1
test/expected/nested_realtime
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
nested
|
||||
4107
test/expected/normal
Normal file
4107
test/expected/normal
Normal file
File diff suppressed because it is too large
Load diff
1912
test/expected/random
Normal file
1912
test/expected/random
Normal file
File diff suppressed because it is too large
Load diff
134
test/expected/realtime
Normal file
134
test/expected/realtime
Normal file
|
|
@ -0,0 +1,134 @@
|
|||
|
||||
__ Current Time: 0.00 __________________________________________
|
||||
|
||||
|
||||
INITIAL CONDITIONS in model <trafficSystem.policeman>
|
||||
Initial State: idle
|
||||
Next scheduled internal transition at time 200.00
|
||||
|
||||
|
||||
INITIAL CONDITIONS in model <trafficSystem.trafficLight>
|
||||
Initial State: red
|
||||
Next scheduled internal transition at time 3.00
|
||||
|
||||
|
||||
__ Current Time: 3.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <trafficSystem.trafficLight>
|
||||
New State: green
|
||||
Output Port Configuration:
|
||||
port <OBSERVED>:
|
||||
grey
|
||||
Next scheduled internal transition at time 5.00
|
||||
|
||||
|
||||
__ Current Time: 5.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <trafficSystem.trafficLight>
|
||||
New State: yellow
|
||||
Output Port Configuration:
|
||||
port <OBSERVED>:
|
||||
yellow
|
||||
Next scheduled internal transition at time 6.00
|
||||
|
||||
|
||||
__ Current Time: 6.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <trafficSystem.trafficLight>
|
||||
New State: red
|
||||
Output Port Configuration:
|
||||
port <OBSERVED>:
|
||||
grey
|
||||
Next scheduled internal transition at time 9.00
|
||||
|
||||
|
||||
__ Current Time: 9.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <trafficSystem.trafficLight>
|
||||
New State: green
|
||||
Output Port Configuration:
|
||||
port <OBSERVED>:
|
||||
grey
|
||||
Next scheduled internal transition at time 11.00
|
||||
|
||||
|
||||
__ Current Time: 10.00 __________________________________________
|
||||
|
||||
|
||||
EXTERNAL TRANSITION in model <trafficSystem.trafficLight>
|
||||
Input Port Configuration:
|
||||
port <INTERRUPT>:
|
||||
toManual
|
||||
New State: manual
|
||||
Next scheduled internal transition at time inf
|
||||
|
||||
|
||||
__ Current Time: 20.00 __________________________________________
|
||||
|
||||
|
||||
EXTERNAL TRANSITION in model <trafficSystem.trafficLight>
|
||||
Input Port Configuration:
|
||||
port <INTERRUPT>:
|
||||
toAutonomous
|
||||
New State: red
|
||||
Next scheduled internal transition at time 23.00
|
||||
|
||||
|
||||
__ Current Time: 23.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <trafficSystem.trafficLight>
|
||||
New State: green
|
||||
Output Port Configuration:
|
||||
port <OBSERVED>:
|
||||
grey
|
||||
Next scheduled internal transition at time 25.00
|
||||
|
||||
|
||||
__ Current Time: 25.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <trafficSystem.trafficLight>
|
||||
New State: yellow
|
||||
Output Port Configuration:
|
||||
port <OBSERVED>:
|
||||
yellow
|
||||
Next scheduled internal transition at time 26.00
|
||||
|
||||
|
||||
__ Current Time: 26.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <trafficSystem.trafficLight>
|
||||
New State: red
|
||||
Output Port Configuration:
|
||||
port <OBSERVED>:
|
||||
grey
|
||||
Next scheduled internal transition at time 29.00
|
||||
|
||||
|
||||
__ Current Time: 29.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <trafficSystem.trafficLight>
|
||||
New State: green
|
||||
Output Port Configuration:
|
||||
port <OBSERVED>:
|
||||
grey
|
||||
Next scheduled internal transition at time 31.00
|
||||
|
||||
|
||||
__ Current Time: 30.00 __________________________________________
|
||||
|
||||
|
||||
EXTERNAL TRANSITION in model <trafficSystem.trafficLight>
|
||||
Input Port Configuration:
|
||||
port <INTERRUPT>:
|
||||
toManual
|
||||
New State: manual
|
||||
Next scheduled internal transition at time inf
|
||||
|
||||
134
test/expected/realtime_normal
Normal file
134
test/expected/realtime_normal
Normal file
|
|
@ -0,0 +1,134 @@
|
|||
|
||||
__ Current Time: 0.00 __________________________________________
|
||||
|
||||
|
||||
INITIAL CONDITIONS in model <trafficSystem.policeman>
|
||||
Initial State: idle
|
||||
Next scheduled internal transition at time 200.00
|
||||
|
||||
|
||||
INITIAL CONDITIONS in model <trafficSystem.trafficLight>
|
||||
Initial State: red
|
||||
Next scheduled internal transition at time 3.00
|
||||
|
||||
|
||||
__ Current Time: 3.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <trafficSystem.trafficLight>
|
||||
New State: green
|
||||
Output Port Configuration:
|
||||
port <OBSERVED>:
|
||||
grey
|
||||
Next scheduled internal transition at time 5.00
|
||||
|
||||
|
||||
__ Current Time: 5.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <trafficSystem.trafficLight>
|
||||
New State: yellow
|
||||
Output Port Configuration:
|
||||
port <OBSERVED>:
|
||||
yellow
|
||||
Next scheduled internal transition at time 6.00
|
||||
|
||||
|
||||
__ Current Time: 6.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <trafficSystem.trafficLight>
|
||||
New State: red
|
||||
Output Port Configuration:
|
||||
port <OBSERVED>:
|
||||
grey
|
||||
Next scheduled internal transition at time 9.00
|
||||
|
||||
|
||||
__ Current Time: 9.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <trafficSystem.trafficLight>
|
||||
New State: green
|
||||
Output Port Configuration:
|
||||
port <OBSERVED>:
|
||||
grey
|
||||
Next scheduled internal transition at time 11.00
|
||||
|
||||
|
||||
__ Current Time: 10.00 __________________________________________
|
||||
|
||||
|
||||
EXTERNAL TRANSITION in model <trafficSystem.trafficLight>
|
||||
Input Port Configuration:
|
||||
port <INTERRUPT>:
|
||||
toManual
|
||||
New State: manual
|
||||
Next scheduled internal transition at time inf
|
||||
|
||||
|
||||
__ Current Time: 20.00 __________________________________________
|
||||
|
||||
|
||||
EXTERNAL TRANSITION in model <trafficSystem.trafficLight>
|
||||
Input Port Configuration:
|
||||
port <INTERRUPT>:
|
||||
toAutonomous
|
||||
New State: red
|
||||
Next scheduled internal transition at time 23.00
|
||||
|
||||
|
||||
__ Current Time: 23.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <trafficSystem.trafficLight>
|
||||
New State: green
|
||||
Output Port Configuration:
|
||||
port <OBSERVED>:
|
||||
grey
|
||||
Next scheduled internal transition at time 25.00
|
||||
|
||||
|
||||
__ Current Time: 25.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <trafficSystem.trafficLight>
|
||||
New State: yellow
|
||||
Output Port Configuration:
|
||||
port <OBSERVED>:
|
||||
yellow
|
||||
Next scheduled internal transition at time 26.00
|
||||
|
||||
|
||||
__ Current Time: 26.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <trafficSystem.trafficLight>
|
||||
New State: red
|
||||
Output Port Configuration:
|
||||
port <OBSERVED>:
|
||||
grey
|
||||
Next scheduled internal transition at time 29.00
|
||||
|
||||
|
||||
__ Current Time: 29.00 __________________________________________
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <trafficSystem.trafficLight>
|
||||
New State: green
|
||||
Output Port Configuration:
|
||||
port <OBSERVED>:
|
||||
grey
|
||||
Next scheduled internal transition at time 31.00
|
||||
|
||||
|
||||
__ Current Time: 30.00 __________________________________________
|
||||
|
||||
|
||||
EXTERNAL TRANSITION in model <trafficSystem.trafficLight>
|
||||
Input Port Configuration:
|
||||
port <INTERRUPT>:
|
||||
toManual
|
||||
New State: manual
|
||||
Next scheduled internal transition at time inf
|
||||
|
||||
25273
test/expected/reinit1
Normal file
25273
test/expected/reinit1
Normal file
File diff suppressed because it is too large
Load diff
25273
test/expected/reinit2
Normal file
25273
test/expected/reinit2
Normal file
File diff suppressed because it is too large
Load diff
25273
test/expected/reinit3
Normal file
25273
test/expected/reinit3
Normal file
File diff suppressed because it is too large
Load diff
211867
test/expected/relocation
Normal file
211867
test/expected/relocation
Normal file
File diff suppressed because it is too large
Load diff
3079
test/expected/remotedc
Normal file
3079
test/expected/remotedc
Normal file
File diff suppressed because it is too large
Load diff
15719
test/expected/remotedc_long
Normal file
15719
test/expected/remotedc_long
Normal file
File diff suppressed because it is too large
Load diff
21071
test/expected/run1
Normal file
21071
test/expected/run1
Normal file
File diff suppressed because it is too large
Load diff
10600
test/expected/run2
Normal file
10600
test/expected/run2
Normal file
File diff suppressed because it is too large
Load diff
109
test/expected/stateStop
Normal file
109
test/expected/stateStop
Normal file
|
|
@ -0,0 +1,109 @@
|
|||
|
||||
__ Current Time: 0.00 __________________________________________
|
||||
|
||||
|
||||
INITIAL CONDITIONS in model <Chain.CoupledGenerator.Generator>
|
||||
Initial State: 1.0
|
||||
Next scheduled internal transition at time 1.00
|
||||
|
||||
|
||||
INITIAL CONDITIONS in model <Chain.CoupledProcessor_2.Processor0>
|
||||
Initial State: inf
|
||||
Next scheduled internal transition at time inf
|
||||
|
||||
|
||||
INITIAL CONDITIONS in model <Chain.CoupledProcessor_2.Processor1>
|
||||
Initial State: inf
|
||||
Next scheduled internal transition at time inf
|
||||
|
||||
|
||||
INITIAL CONDITIONS in model <Chain.CoupledProcessor_3.Processor0>
|
||||
Initial State: inf
|
||||
Next scheduled internal transition at time inf
|
||||
|
||||
|
||||
INITIAL CONDITIONS in model <Chain.CoupledProcessor_3.Processor1>
|
||||
Initial State: inf
|
||||
Next scheduled internal transition at time inf
|
||||
|
||||
|
||||
INITIAL CONDITIONS in model <Chain.CoupledProcessor_3.Processor2>
|
||||
Initial State: inf
|
||||
Next scheduled internal transition at time inf
|
||||
|
||||
|
||||
__ Current Time: 1.00 __________________________________________
|
||||
|
||||
|
||||
EXTERNAL TRANSITION in model <Chain.CoupledProcessor_2.Processor0>
|
||||
Input Port Configuration:
|
||||
port <inport>:
|
||||
Eventsize = 1
|
||||
New State: 0.66
|
||||
Next scheduled internal transition at time 1.66
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Chain.CoupledGenerator.Generator>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 2.00
|
||||
|
||||
|
||||
__ Current Time: 1.66 __________________________________________
|
||||
|
||||
|
||||
EXTERNAL TRANSITION in model <Chain.CoupledProcessor_2.Processor1>
|
||||
Input Port Configuration:
|
||||
port <inport>:
|
||||
Eventsize = 1
|
||||
New State: 0.66
|
||||
Next scheduled internal transition at time 2.32
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Chain.CoupledProcessor_2.Processor0>
|
||||
New State: inf
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time inf
|
||||
|
||||
|
||||
__ Current Time: 2.00 __________________________________________
|
||||
|
||||
|
||||
EXTERNAL TRANSITION in model <Chain.CoupledProcessor_2.Processor0>
|
||||
Input Port Configuration:
|
||||
port <inport>:
|
||||
Eventsize = 1
|
||||
New State: 0.66
|
||||
Next scheduled internal transition at time 2.66
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Chain.CoupledGenerator.Generator>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 3.00
|
||||
|
||||
|
||||
__ Current Time: 2.32 __________________________________________
|
||||
|
||||
|
||||
EXTERNAL TRANSITION in model <Chain.CoupledProcessor_3.Processor0>
|
||||
Input Port Configuration:
|
||||
port <inport>:
|
||||
Eventsize = 1
|
||||
New State: 0.3
|
||||
Next scheduled internal transition at time 2.62
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Chain.CoupledProcessor_2.Processor1>
|
||||
New State: inf
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time inf
|
||||
|
||||
147
test/expected/stateStop_pull
Normal file
147
test/expected/stateStop_pull
Normal file
|
|
@ -0,0 +1,147 @@
|
|||
|
||||
__ Current Time: 0.00 __________________________________________
|
||||
|
||||
|
||||
INITIAL CONDITIONS in model <Chain.CoupledGenerator.Generator>
|
||||
Initial State: 1.0
|
||||
Next scheduled internal transition at time 1.00
|
||||
|
||||
|
||||
INITIAL CONDITIONS in model <Chain.CoupledProcessor_2.Processor0>
|
||||
Initial State: inf
|
||||
Next scheduled internal transition at time inf
|
||||
|
||||
|
||||
INITIAL CONDITIONS in model <Chain.CoupledProcessor_2.Processor1>
|
||||
Initial State: inf
|
||||
Next scheduled internal transition at time inf
|
||||
|
||||
|
||||
INITIAL CONDITIONS in model <Chain.CoupledProcessor_3.Processor0>
|
||||
Initial State: inf
|
||||
Next scheduled internal transition at time inf
|
||||
|
||||
|
||||
INITIAL CONDITIONS in model <Chain.CoupledProcessor_3.Processor1>
|
||||
Initial State: inf
|
||||
Next scheduled internal transition at time inf
|
||||
|
||||
|
||||
INITIAL CONDITIONS in model <Chain.CoupledProcessor_3.Processor2>
|
||||
Initial State: inf
|
||||
Next scheduled internal transition at time inf
|
||||
|
||||
|
||||
__ Current Time: 1.00 __________________________________________
|
||||
|
||||
|
||||
EXTERNAL TRANSITION in model <Chain.CoupledProcessor_2.Processor0>
|
||||
Input Port Configuration:
|
||||
port <inport>:
|
||||
Eventsize = 1
|
||||
New State: 0.66
|
||||
Next scheduled internal transition at time 1.66
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Chain.CoupledGenerator.Generator>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 2.00
|
||||
|
||||
|
||||
__ Current Time: 1.66 __________________________________________
|
||||
|
||||
|
||||
EXTERNAL TRANSITION in model <Chain.CoupledProcessor_2.Processor1>
|
||||
Input Port Configuration:
|
||||
port <inport>:
|
||||
Eventsize = 1
|
||||
New State: 0.66
|
||||
Next scheduled internal transition at time 2.32
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Chain.CoupledProcessor_2.Processor0>
|
||||
New State: inf
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time inf
|
||||
|
||||
|
||||
__ Current Time: 2.00 __________________________________________
|
||||
|
||||
|
||||
EXTERNAL TRANSITION in model <Chain.CoupledProcessor_2.Processor0>
|
||||
Input Port Configuration:
|
||||
port <inport>:
|
||||
Eventsize = 1
|
||||
New State: 0.66
|
||||
Next scheduled internal transition at time 2.66
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Chain.CoupledGenerator.Generator>
|
||||
New State: 1.0
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time 3.00
|
||||
|
||||
|
||||
__ Current Time: 2.32 __________________________________________
|
||||
|
||||
|
||||
EXTERNAL TRANSITION in model <Chain.CoupledProcessor_3.Processor0>
|
||||
Input Port Configuration:
|
||||
port <inport>:
|
||||
Eventsize = 1
|
||||
New State: 0.3
|
||||
Next scheduled internal transition at time 2.62
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Chain.CoupledProcessor_2.Processor1>
|
||||
New State: inf
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time inf
|
||||
|
||||
|
||||
__ Current Time: 2.62 __________________________________________
|
||||
|
||||
|
||||
EXTERNAL TRANSITION in model <Chain.CoupledProcessor_3.Processor1>
|
||||
Input Port Configuration:
|
||||
port <inport>:
|
||||
Eventsize = 1
|
||||
New State: 0.3
|
||||
Next scheduled internal transition at time 2.92
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Chain.CoupledProcessor_3.Processor0>
|
||||
New State: inf
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time inf
|
||||
|
||||
|
||||
__ Current Time: 2.66 __________________________________________
|
||||
|
||||
|
||||
EXTERNAL TRANSITION in model <Chain.CoupledProcessor_2.Processor1>
|
||||
Input Port Configuration:
|
||||
port <inport>:
|
||||
Eventsize = 1
|
||||
New State: 0.66
|
||||
Next scheduled internal transition at time 3.32
|
||||
|
||||
|
||||
INTERNAL TRANSITION in model <Chain.CoupledProcessor_2.Processor0>
|
||||
New State: inf
|
||||
Output Port Configuration:
|
||||
port <outport>:
|
||||
Eventsize = 1
|
||||
Next scheduled internal transition at time inf
|
||||
|
||||
4107
test/expected/trace
Normal file
4107
test/expected/trace
Normal file
File diff suppressed because it is too large
Load diff
512
test/expected/trace.vcd
Normal file
512
test/expected/trace.vcd
Normal file
|
|
@ -0,0 +1,512 @@
|
|||
$date
|
||||
2013-08-31
|
||||
$end
|
||||
$version
|
||||
PyDEVS VCD export
|
||||
$end
|
||||
$comment
|
||||
Generated from DEVS-code
|
||||
$end
|
||||
$timescale 1ns $end
|
||||
$scope Binary.CoupledGenerator.Generator Binary.CoupledGenerator.Generator $end
|
||||
$var wire 1 0 outport $end
|
||||
$var wire 1 1 inport $end
|
||||
$upscope $end
|
||||
$scope Binary.CoupledProcessor_2.Processor0 Binary.CoupledProcessor_2.Processor0 $end
|
||||
$var wire 1 2 inport $end
|
||||
$var wire 1 3 outport $end
|
||||
$upscope $end
|
||||
$scope Binary.CoupledProcessor_2.Processor1 Binary.CoupledProcessor_2.Processor1 $end
|
||||
$var wire 1 4 inport $end
|
||||
$var wire 1 5 outport $end
|
||||
$upscope $end
|
||||
$scope Binary.CoupledProcessor_3.Processor0 Binary.CoupledProcessor_3.Processor0 $end
|
||||
$var wire 1 6 inport $end
|
||||
$var wire 1 7 outport $end
|
||||
$upscope $end
|
||||
$scope Binary.CoupledProcessor_3.Processor1 Binary.CoupledProcessor_3.Processor1 $end
|
||||
$var wire 1 8 inport $end
|
||||
$var wire 1 9 outport $end
|
||||
$upscope $end
|
||||
$scope Binary.CoupledProcessor_3.Processor2 Binary.CoupledProcessor_3.Processor2 $end
|
||||
$var wire 1 10 inport $end
|
||||
$var wire 1 11 outport $end
|
||||
$upscope $end
|
||||
$enddefinitions $end
|
||||
$dumpvars
|
||||
bz 0
|
||||
bz 1
|
||||
bz 2
|
||||
bz 3
|
||||
bz 4
|
||||
bz 5
|
||||
bz 6
|
||||
bz 7
|
||||
bz 8
|
||||
bz 9
|
||||
bz 10
|
||||
bz 11
|
||||
$end
|
||||
b1 0
|
||||
#10
|
||||
b1 2
|
||||
b1 3
|
||||
b1 4
|
||||
b1 0
|
||||
#20
|
||||
b1 2
|
||||
b1 5
|
||||
b1 6
|
||||
b1 7
|
||||
b1 8
|
||||
b1 3
|
||||
b1 4
|
||||
b1 9
|
||||
b1 10
|
||||
b1 0
|
||||
#30
|
||||
b1 2
|
||||
b1 11
|
||||
b1 5
|
||||
b1 6
|
||||
b1 7
|
||||
b1 8
|
||||
b1 3
|
||||
b1 4
|
||||
b1 9
|
||||
b1 10
|
||||
b1 0
|
||||
#40
|
||||
b1 2
|
||||
b1 11
|
||||
b1 5
|
||||
b1 6
|
||||
b1 7
|
||||
b1 8
|
||||
b1 3
|
||||
b1 4
|
||||
b1 9
|
||||
b1 10
|
||||
b1 0
|
||||
#50
|
||||
b1 2
|
||||
b1 11
|
||||
b1 5
|
||||
b1 6
|
||||
b1 7
|
||||
b1 8
|
||||
b1 3
|
||||
b1 4
|
||||
b1 9
|
||||
b1 10
|
||||
b1 0
|
||||
#60
|
||||
b1 2
|
||||
b1 11
|
||||
b1 5
|
||||
b1 6
|
||||
b1 7
|
||||
b1 8
|
||||
b1 3
|
||||
b1 4
|
||||
b1 9
|
||||
b1 10
|
||||
b1 0
|
||||
#70
|
||||
b1 2
|
||||
b1 11
|
||||
b1 5
|
||||
b1 6
|
||||
b1 7
|
||||
b1 8
|
||||
b1 3
|
||||
b1 4
|
||||
b1 9
|
||||
b1 10
|
||||
b1 0
|
||||
#80
|
||||
b1 2
|
||||
b1 11
|
||||
b1 5
|
||||
b1 6
|
||||
b1 7
|
||||
b1 8
|
||||
b1 3
|
||||
b1 4
|
||||
b1 9
|
||||
b1 10
|
||||
b1 0
|
||||
#90
|
||||
b1 2
|
||||
b1 11
|
||||
b1 5
|
||||
b1 6
|
||||
b1 7
|
||||
b1 8
|
||||
b1 3
|
||||
b1 4
|
||||
b1 9
|
||||
b1 10
|
||||
b1 0
|
||||
#100
|
||||
b1 2
|
||||
b1 11
|
||||
b1 5
|
||||
b1 6
|
||||
b1 7
|
||||
b1 8
|
||||
b1 3
|
||||
b1 4
|
||||
b1 9
|
||||
b1 10
|
||||
b1 0
|
||||
#110
|
||||
b1 2
|
||||
b1 11
|
||||
b1 5
|
||||
b1 6
|
||||
b1 7
|
||||
b1 8
|
||||
b1 3
|
||||
b1 4
|
||||
b1 9
|
||||
b1 10
|
||||
b1 0
|
||||
#120
|
||||
b1 2
|
||||
b1 11
|
||||
b1 5
|
||||
b1 6
|
||||
b1 7
|
||||
b1 8
|
||||
b1 3
|
||||
b1 4
|
||||
b1 9
|
||||
b1 10
|
||||
b1 0
|
||||
#130
|
||||
b1 2
|
||||
b1 11
|
||||
b1 5
|
||||
b1 6
|
||||
b1 7
|
||||
b1 8
|
||||
b1 3
|
||||
b1 4
|
||||
b1 9
|
||||
b1 10
|
||||
b1 0
|
||||
#140
|
||||
b1 2
|
||||
b1 11
|
||||
b1 5
|
||||
b1 6
|
||||
b1 7
|
||||
b1 8
|
||||
b1 3
|
||||
b1 4
|
||||
b1 9
|
||||
b1 10
|
||||
b1 0
|
||||
#150
|
||||
b1 2
|
||||
b1 11
|
||||
b1 5
|
||||
b1 6
|
||||
b1 7
|
||||
b1 8
|
||||
b1 3
|
||||
b1 4
|
||||
b1 9
|
||||
b1 10
|
||||
b1 0
|
||||
#160
|
||||
b1 2
|
||||
b1 11
|
||||
b1 5
|
||||
b1 6
|
||||
b1 7
|
||||
b1 8
|
||||
b1 3
|
||||
b1 4
|
||||
b1 9
|
||||
b1 10
|
||||
b1 0
|
||||
#170
|
||||
b1 2
|
||||
b1 11
|
||||
b1 5
|
||||
b1 6
|
||||
b1 7
|
||||
b1 8
|
||||
b1 3
|
||||
b1 4
|
||||
b1 9
|
||||
b1 10
|
||||
b1 0
|
||||
#180
|
||||
b1 2
|
||||
b1 11
|
||||
b1 5
|
||||
b1 6
|
||||
b1 7
|
||||
b1 8
|
||||
b1 3
|
||||
b1 4
|
||||
b1 9
|
||||
b1 10
|
||||
b1 0
|
||||
#190
|
||||
b1 2
|
||||
b1 11
|
||||
b1 5
|
||||
b1 6
|
||||
b1 7
|
||||
b1 8
|
||||
b1 3
|
||||
b1 4
|
||||
b1 9
|
||||
b1 10
|
||||
b1 0
|
||||
#200
|
||||
b1 2
|
||||
b1 11
|
||||
b1 5
|
||||
b1 6
|
||||
b1 7
|
||||
b1 8
|
||||
b1 3
|
||||
b1 4
|
||||
b1 9
|
||||
b1 10
|
||||
b1 0
|
||||
#210
|
||||
b1 2
|
||||
b1 11
|
||||
b1 5
|
||||
b1 6
|
||||
b1 7
|
||||
b1 8
|
||||
b1 3
|
||||
b1 4
|
||||
b1 9
|
||||
b1 10
|
||||
b1 0
|
||||
#220
|
||||
b1 2
|
||||
b1 11
|
||||
b1 5
|
||||
b1 6
|
||||
b1 7
|
||||
b1 8
|
||||
b1 3
|
||||
b1 4
|
||||
b1 9
|
||||
b1 10
|
||||
b1 0
|
||||
#230
|
||||
b1 2
|
||||
b1 11
|
||||
b1 5
|
||||
b1 6
|
||||
b1 7
|
||||
b1 8
|
||||
b1 3
|
||||
b1 4
|
||||
b1 9
|
||||
b1 10
|
||||
b1 0
|
||||
#240
|
||||
b1 2
|
||||
b1 11
|
||||
b1 5
|
||||
b1 6
|
||||
b1 7
|
||||
b1 8
|
||||
b1 3
|
||||
b1 4
|
||||
b1 9
|
||||
b1 10
|
||||
b1 0
|
||||
#250
|
||||
b1 2
|
||||
b1 11
|
||||
b1 5
|
||||
b1 6
|
||||
b1 7
|
||||
b1 8
|
||||
b1 3
|
||||
b1 4
|
||||
b1 9
|
||||
b1 10
|
||||
b1 0
|
||||
#260
|
||||
b1 2
|
||||
b1 11
|
||||
b1 5
|
||||
b1 6
|
||||
b1 7
|
||||
b1 8
|
||||
b1 3
|
||||
b1 4
|
||||
b1 9
|
||||
b1 10
|
||||
b1 0
|
||||
#270
|
||||
b1 2
|
||||
b1 11
|
||||
b1 5
|
||||
b1 6
|
||||
b1 7
|
||||
b1 8
|
||||
b1 3
|
||||
b1 4
|
||||
b1 9
|
||||
b1 10
|
||||
b1 0
|
||||
#280
|
||||
b1 2
|
||||
b1 11
|
||||
b1 5
|
||||
b1 6
|
||||
b1 7
|
||||
b1 8
|
||||
b1 3
|
||||
b1 4
|
||||
b1 9
|
||||
b1 10
|
||||
b1 0
|
||||
#290
|
||||
b1 2
|
||||
b1 11
|
||||
b1 5
|
||||
b1 6
|
||||
b1 7
|
||||
b1 8
|
||||
b1 3
|
||||
b1 4
|
||||
b1 9
|
||||
b1 10
|
||||
b1 0
|
||||
#300
|
||||
b1 2
|
||||
b1 11
|
||||
b1 5
|
||||
b1 6
|
||||
b1 7
|
||||
b1 8
|
||||
b1 3
|
||||
b1 4
|
||||
b1 9
|
||||
b1 10
|
||||
b1 0
|
||||
#310
|
||||
b1 2
|
||||
b1 11
|
||||
b1 5
|
||||
b1 6
|
||||
b1 7
|
||||
b1 8
|
||||
b1 3
|
||||
b1 4
|
||||
b1 9
|
||||
b1 10
|
||||
b1 0
|
||||
#320
|
||||
b1 2
|
||||
b1 11
|
||||
b1 5
|
||||
b1 6
|
||||
b1 7
|
||||
b1 8
|
||||
b1 3
|
||||
b1 4
|
||||
b1 9
|
||||
b1 10
|
||||
b1 0
|
||||
#330
|
||||
b1 2
|
||||
b1 11
|
||||
b1 5
|
||||
b1 6
|
||||
b1 7
|
||||
b1 8
|
||||
b1 3
|
||||
b1 4
|
||||
b1 9
|
||||
b1 10
|
||||
b1 0
|
||||
#340
|
||||
b1 2
|
||||
b1 11
|
||||
b1 5
|
||||
b1 6
|
||||
b1 7
|
||||
b1 8
|
||||
b1 3
|
||||
b1 4
|
||||
b1 9
|
||||
b1 10
|
||||
b1 0
|
||||
#350
|
||||
b1 2
|
||||
b1 11
|
||||
b1 5
|
||||
b1 6
|
||||
b1 7
|
||||
b1 8
|
||||
b1 3
|
||||
b1 4
|
||||
b1 9
|
||||
b1 10
|
||||
b1 0
|
||||
#360
|
||||
b1 2
|
||||
b1 11
|
||||
b1 5
|
||||
b1 6
|
||||
b1 7
|
||||
b1 8
|
||||
b1 3
|
||||
b1 4
|
||||
b1 9
|
||||
b1 10
|
||||
b1 0
|
||||
#370
|
||||
b1 2
|
||||
b1 11
|
||||
b1 5
|
||||
b1 6
|
||||
b1 7
|
||||
b1 8
|
||||
b1 3
|
||||
b1 4
|
||||
b1 9
|
||||
b1 10
|
||||
b1 0
|
||||
#380
|
||||
b1 2
|
||||
b1 11
|
||||
b1 5
|
||||
b1 6
|
||||
b1 7
|
||||
b1 8
|
||||
b1 3
|
||||
b1 4
|
||||
b1 9
|
||||
b1 10
|
||||
b1 0
|
||||
#390
|
||||
b1 2
|
||||
b1 11
|
||||
b1 5
|
||||
b1 6
|
||||
b1 7
|
||||
b1 8
|
||||
b1 3
|
||||
b1 4
|
||||
b1 9
|
||||
b1 10
|
||||
b1 0
|
||||
#400
|
||||
b1 2
|
||||
4704
test/expected/trace.xml
Normal file
4704
test/expected/trace.xml
Normal file
File diff suppressed because it is too large
Load diff
3852
test/expected/z
Normal file
3852
test/expected/z
Normal file
File diff suppressed because it is too large
Load diff
4224
test/expected/zeroLookahead
Normal file
4224
test/expected/zeroLookahead
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue