Skip to content

Commit

Permalink
Missed a reg v wire in hwbfly, on longmpy
Browse files Browse the repository at this point in the history
  • Loading branch information
ZipCPU committed Nov 30, 2019
1 parent d6b8d16 commit 85986ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/butterfly.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1549,7 +1549,7 @@ SLASHLINE
"\t\treg ce_phase;\n"
"\n"
"\t\treg signed [(CWIDTH+IWIDTH+1)-1:0] mpy_pipe_out;\n"
"\t\twire signed [IWIDTH+CWIDTH+3-1:0] longmpy;\n"
"\t\treg signed [IWIDTH+CWIDTH+3-1:0] longmpy;\n"
"\n"
"\n"
"\t\tinitial ce_phase = 1'b1;\n"
Expand Down

0 comments on commit 85986ee

Please sign in to comment.