mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-04 03:58:08 +08:00
chg: 'fpga lf sim' - 25% both on sides.
This commit is contained in:
parent
587d826f84
commit
72dd4d5dde
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ reg output_state;
|
||||||
always @(posedge pck0)
|
always @(posedge pck0)
|
||||||
begin
|
begin
|
||||||
if((pck_divider == 8'd7) && !clk_state) begin
|
if((pck_divider == 8'd7) && !clk_state) begin
|
||||||
is_high = (adc_d >= 8'd200);
|
is_high = (adc_d >= 8'd191);
|
||||||
is_low = (adc_d <= 8'd64);
|
is_low = (adc_d <= 8'd64);
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue