CBD model is computing Fibonacci numbers! :)

This commit is contained in:
Joeri Exelmans 2024-11-07 15:38:13 +01:00
parent 9c68b288c1
commit 80cba4b9f8
27 changed files with 429 additions and 269 deletions

View file

@ -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;
}