From 7735cf8cba7caa6f6ceb76aceb9ef8012d638775 Mon Sep 17 00:00:00 2001 From: alexmadison Date: Tue, 10 May 2022 14:53:00 +0200 Subject: [PATCH] made note of demux td to fixgit add ../dataflow_neuro/primitives.act --- dataflow_neuro/primitives.act | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dataflow_neuro/primitives.act b/dataflow_neuro/primitives.act index 733bb9a..541c9d5 100644 --- a/dataflow_neuro/primitives.act +++ b/dataflow_neuro/primitives.act @@ -387,6 +387,9 @@ namespace tmpl { // Demux export template + // WARNING WARNING WARNING + // With a False CONDITION_SIGN, this is wrong. + // the c.t/f just need to be swapped, not inverted!!! defproc demux_td (avMx1of2 in; avMx1of2 out; a1of1 token; bool? reset_B; avMx1of2<1> cond; power supply) { //control bool _en, _reset_BX,_reset_BXX[N], _out_v, _in_c_v_, _reset_BXt;