From 73e51c79c94b5b48366e7f23bb7c3e09ae10f0cd Mon Sep 17 00:00:00 2001 From: Yaman Umuroglu <maltanar@gmail.com> Date: Mon, 27 Apr 2020 18:28:40 +0100 Subject: [PATCH] [StreamingFC] reg->wire in decoupled top to keep Vivado happy --- src/finn/custom_op/fpgadataflow/templates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/finn/custom_op/fpgadataflow/templates.py b/src/finn/custom_op/fpgadataflow/templates.py index 4c38fea70..726065cc0 100644 --- a/src/finn/custom_op/fpgadataflow/templates.py +++ b/src/finn/custom_op/fpgadataflow/templates.py @@ -137,7 +137,7 @@ reg [31:0] config_d0 = 0; wire [31:0] config_q0; //multiple wire AXI Streams -reg m_axis_0_afull; +wire m_axis_0_afull; // FIFO count to generate programmable full wire [5:0] fifo_0_count; wire m_axis_0_tready; -- GitLab