Skip to content
Snippets Groups Projects
Commit 12c3768b authored by Yaman Umuroglu's avatar Yaman Umuroglu
Browse files

[StreamingFC] fix decoupled mode IP stitching problems

reg -> wire for the stream wires
parent c917f806
No related branches found
No related tags found
No related merge requests found
...@@ -137,15 +137,15 @@ wire [31:0] config_q0; ...@@ -137,15 +137,15 @@ wire [31:0] config_q0;
//multiple wire AXI Streams //multiple wire AXI Streams
reg m_axis_0_afull = 0; reg m_axis_0_afull = 0;
reg m_axis_0_tready; wire m_axis_0_tready;
wire m_axis_0_tvalid; wire m_axis_0_tvalid;
wire $WEIGHT_RANGE$ m_axis_0_tdata; wire $WEIGHT_RANGE$ m_axis_0_tdata;
reg m_axis_0_tready_q; wire m_axis_0_tready_q;
wire m_axis_0_tvalid_q; wire m_axis_0_tvalid_q;
wire $WEIGHT_RANGE$ m_axis_0_tdata_q; wire $WEIGHT_RANGE$ m_axis_0_tdata_q;
reg m_axis_0_tready_q2; wire m_axis_0_tready_q2;
wire m_axis_0_tvalid_q2; wire m_axis_0_tvalid_q2;
wire $WEIGHT_RANGE$ m_axis_0_tdata_q2; wire $WEIGHT_RANGE$ m_axis_0_tdata_q2;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment