You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The wire that connects the output of the convolution module to the input of the requantize module should be a variable width: wire [32*num_kernels-1:0]
The wire that connects the output of the convolution module to the input of the requantize module should be a variable width:
wire [32*num_kernels-1:0]instead of:
wire [31:0]