From bf81cfefee3c0b79080b01c729d839ba2f956fa5 Mon Sep 17 00:00:00 2001 From: alexmadison Date: Fri, 1 Dec 2023 13:44:07 +0100 Subject: [PATCH] added note to get rid of unsued sigbuf1output --- dataflow_neuro/treegates.act | 1 + 1 file changed, 1 insertion(+) diff --git a/dataflow_neuro/treegates.act b/dataflow_neuro/treegates.act index 11af1c9..88c3a08 100644 --- a/dataflow_neuro/treegates.act +++ b/dataflow_neuro/treegates.act @@ -450,6 +450,7 @@ defproc sigbuf (bool? in; bool! out[N]; power supply) } //Sigbuf in which there is only 1 output. Made for outputs that cannot have multiple wires. +// never used, prolly get rid @TODO export template defproc sigbuf_1output (bool? in; bool! out; power supply) {