CBD model is computing Fibonacci numbers! :)
This commit is contained in:
parent
9c68b288c1
commit
80cba4b9f8
27 changed files with 429 additions and 269 deletions
|
|
@ -1,9 +1,13 @@
|
|||
# Initial state for both delay blocks:
|
||||
d0s:State {
|
||||
state = 0;
|
||||
x = 0;
|
||||
}
|
||||
d1s:State {
|
||||
state = 1;
|
||||
x = 1;
|
||||
}
|
||||
:delay2State (d0 -> d0s)
|
||||
:delay2State (d1 -> d1s)
|
||||
|
||||
clock:Clock {
|
||||
time = 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue