CBD model is computing Fibonacci numbers! :)
This commit is contained in:
parent
9c68b288c1
commit
80cba4b9f8
27 changed files with 429 additions and 269 deletions
14
examples/cbd/models/r_function_out_nac.od
Normal file
14
examples/cbd/models/r_function_out_nac.od
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# From our LHS:
|
||||
|
||||
f:RAM_Function
|
||||
|
||||
f_outport:RAM_OutPort
|
||||
|
||||
f_has_outport:RAM_hasOutPort (f -> f_outport)
|
||||
|
||||
|
||||
# We don't want to see the function's out-connection already having a signal:
|
||||
|
||||
some_signal:RAM_Signal
|
||||
|
||||
:RAM_hasSignal (f_outport -> some_signal)
|
||||
Loading…
Add table
Add a link
Reference in a new issue