From aea3bcae6e3bcce280e2dc2a5baa8dc3a79fc550 Mon Sep 17 00:00:00 2001 From: Hugh Date: Tue, 12 Apr 2022 10:24:39 +0200 Subject: [PATCH] fixed pull up/down naming convention --- dataflow_neuro/cell_lib_async.act | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dataflow_neuro/cell_lib_async.act b/dataflow_neuro/cell_lib_async.act index 4e1b32a..deb7659 100644 --- a/dataflow_neuro/cell_lib_async.act +++ b/dataflow_neuro/cell_lib_async.act @@ -669,10 +669,10 @@ namespace tmpl { } export - defproc A_1P_U_X4(bool? a; bool! y; bool? vdd, vss) + defproc A_1P_U_X4(bool? p1; bool! y; bool? vdd, vss) { prs{ - [keeper=0] ~a -> y+ + [keeper=0] ~p1 -> y+ } }