axi_hdmi_tx_core: Fixed embedded sync synchronization signals

main
AndreiGrozav 2016-06-14 14:30:28 +03:00
parent aee38e1cc9
commit c19ed4c8ef
1 changed files with 2 additions and 2 deletions

View File

@ -582,8 +582,8 @@ module axi_hdmi_tx_core (
// hdmi embedded sync
always @(posedge hdmi_clk) begin
hdmi_es_hs_de <= hdmi_16_hsync_d;
hdmi_es_vs_de <= hdmi_16_vsync_d;
hdmi_es_hs_de <= hdmi_16_hsync_data_e_d;
hdmi_es_vs_de <= hdmi_16_vsync_data_e_d;
if (hdmi_16_data_e_d == 1'b0) begin
hdmi_es_data[15:8] <= 8'h80;
end else begin