Test with modem connected
This commit is contained in:
@@ -60,7 +60,7 @@ module toplevel(
|
||||
// signal_q15 is unipolar and biased (0-3.3V -> 0..32767)
|
||||
reg signed [15:0] signal_unbiased_q15 = 16'sd0;
|
||||
reg signal_unbiased_valid = 1'b0;
|
||||
localparam bias = 12050;
|
||||
localparam bias = 2**14;
|
||||
localparam gain = 2;
|
||||
always @(posedge clk_15) begin
|
||||
if (sys_reset_r) begin
|
||||
@@ -91,7 +91,7 @@ module toplevel(
|
||||
|
||||
|
||||
signal_scope_q15 #(
|
||||
.depth(2**10),
|
||||
.depth(2**13),
|
||||
.chain(1)
|
||||
) scope1 (
|
||||
.i_clk(clk_15),
|
||||
|
||||
Reference in New Issue
Block a user