Skip to content
Snippets Groups Projects
Commit 6c980593 authored by jf3g19's avatar jf3g19
Browse files

cleaned up some comments

parent d7c46ff0
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,6 @@ import DA_LUT::clog2; ...@@ -13,7 +13,6 @@ import DA_LUT::clog2;
module DA_MAC #(parameter BW = DA_LUT::BW, parameter N = DA_LUT::N) module DA_MAC #(parameter BW = DA_LUT::BW, parameter N = DA_LUT::N)
(input logic signed [BW-1:0] in [0:N-1], (input logic signed [BW-1:0] in [0:N-1],
input logic input_ready, ck, rst, input logic input_ready, ck, rst,
//input logic [clog2(N)+BW:0] multiplication_coefficients [0:2**N-1],
input logic [(N-1)+8:0] multiplication_coefficients [0:2**N-1], input logic [(N-1)+8:0] multiplication_coefficients [0:2**N-1],
output logic signed [(2*N-1)+8:0] out, output logic signed [(2*N-1)+8:0] out,
output logic output_ready); output logic output_ready);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment