mirror of
https://github.com/marqs85/ossc.git
synced 2025-02-06 04:30:04 +00: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
|
||||
linebuf_hoffset = hcnt_2x_opt;
|
||||
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
|
||||
endcase
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user