1
0
mirror of https://github.com/marqs85/ossc.git synced 2024-06-08 03:29:29 +00:00

Fix Line2x RLPF trigger position

This commit is contained in:
marqs 2017-10-22 22:32:13 +03:00
parent 75e072d622
commit 817012e23e

View File

@ -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