(WIP) add CBD language
This commit is contained in:
parent
a89fe4bb71
commit
641e4b9810
6 changed files with 289 additions and 0 deletions
8
examples/cbd/models/m_fibonacci_initial.od
Normal file
8
examples/cbd/models/m_fibonacci_initial.od
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
d0s:IntState {
|
||||
state = 0;
|
||||
}
|
||||
d1s:IntState {
|
||||
state = 1;
|
||||
}
|
||||
:delay2State (d0 -> d0s)
|
||||
:delay2State (d1 -> d1s)
|
||||
Loading…
Add table
Add a link
Reference in a new issue