From 10446c43c8716a5c9a6fb63ab2046e92bf693689 Mon Sep 17 00:00:00 2001 From: Hugh Date: Wed, 23 Feb 2022 15:51:22 +0100 Subject: [PATCH] Finished demux again --- dataflow_neuro/primitives.act | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dataflow_neuro/primitives.act b/dataflow_neuro/primitives.act index aac9eb3..b07153a 100644 --- a/dataflow_neuro/primitives.act +++ b/dataflow_neuro/primitives.act @@ -151,7 +151,7 @@ namespace tmpl { } export template - defproc demux (avMx1of2 in; avMx1of2 out1; avMx1of2 out2; bool? reset_B; power supply) { + defproc demux (avMx1of2 in; avMx1of2 out1; avMx1of2 out2; bool? reset_B, c_t, c_f; power supply) { //control bool _en, _reset_BX,_reset_BXX[N], _out_v;