1
0
mirror of https://github.com/marqs85/ossc.git synced 2025-08-08 07:25:02 +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 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