Altera_Forum
Honored Contributor
13 years agoCan someone explain this?
So here is the code of my Verilog program: module measure(clk, in,out); input clk; input signed [11:0] in; output signed [13:0] out; reg [6:0] n; reg [3:0] cnt; wire signed [13:0] out;...