axi_hdmi_tx: Fix warning on imageon

Remove an extra assignment to hdmi_vs register.
main
AndreiGrozav 2020-09-10 09:27:32 +03:00 committed by AndreiGrozav
parent 498e07e640
commit f2422080de
1 changed files with 0 additions and 1 deletions

View File

@ -295,7 +295,6 @@ module axi_hdmi_tx_core #(
always @(posedge hdmi_clk) begin
if (EMBEDDED_SYNC == 1) begin
hdmi_hs <= 1'b0;
hdmi_vs <= 1'b0;
if (hdmi_hs_count <= hdmi_he_width_s) begin
hdmi_hs_de <= 1'b0;
end else begin