mirror of
https://github.com/marqs85/ossc
synced 2025-12-15 21:46:07 +03:00
Fix Line2x RLPF trigger position
This commit is contained in:
parent
75e072d622
commit
817012e23e
@ -269,7 +269,7 @@ case (V_MULTMODE)
|
|||||||
pclk_act = pclk_1x; //special case: pclk bypass to enable 2x native sampling
|
pclk_act = pclk_1x; //special case: pclk bypass to enable 2x native sampling
|
||||||
linebuf_hoffset = hcnt_2x_opt;
|
linebuf_hoffset = hcnt_2x_opt;
|
||||||
col_id_act = {2'b00, hcnt_2x[1]};
|
col_id_act = {2'b00, hcnt_2x[1]};
|
||||||
rlpf_trigger_act = (hcnt_2x_opt_ctr < 2);
|
rlpf_trigger_act = (hcnt_2x_opt_ctr == H_OPT_SCALE-1'b1);
|
||||||
end
|
end
|
||||||
endcase
|
endcase
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user