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

@ -0,0 +1,10 @@
# From our LHS:
delay_out:RAM_OutPort
# We don't want to see the delay block's outport already having a signal:
some_signal:RAM_Signal
:RAM_hasSignal (delay_out -> some_signal)