reverting back to threshold 5, HF reading becomes better. Keeping the Simulation threshold

This commit is contained in:
iceman1001 2023-05-27 10:30:52 +02:00
parent 71f934dbd7
commit 82886e2036
5 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -222,7 +222,7 @@ reg signed [10:0] rx_mod_falling_edge_max;
reg signed [10:0] rx_mod_rising_edge_max;
reg curbit;
`define EDGE_DETECT_THRESHOLD 3
`define EDGE_DETECT_THRESHOLD 5
`define EDGE_DETECT_THRESHOLDHIGH 20
always @(negedge adc_clk)