axi_hdmi_tx: removed unused registers

main
Laszlo Nagy 2018-03-13 16:55:48 +01:00 committed by István Csomortáni
parent 9a76bd4536
commit ee79ba5686
1 changed files with 0 additions and 8 deletions

View File

@ -144,10 +144,6 @@ module axi_hdmi_tx_core #(
reg hdmi_24_csc_vsync_data_e = 'd0;
reg hdmi_24_csc_data_e = 'd0;
reg [23:0] hdmi_24_csc_data = 'd0;
reg hdmi_24_hsync_data_e = 'd0;
reg hdmi_24_vsync_data_e = 'd0;
reg hdmi_16_hsync_data_e = 'd0;
reg hdmi_16_vsync_data_e = 'd0;
reg hdmi_16_hsync_d = 'd0;
reg hdmi_16_vsync_d = 'd0;
reg hdmi_16_hsync_data_e_d = 'd0;
@ -466,15 +462,11 @@ module axi_hdmi_tx_core #(
hdmi_24_hsync <= hdmi_clip_hs_d;
hdmi_24_vsync <= hdmi_clip_vs_d;
hdmi_24_hsync_data_e <= hdmi_clip_hs_de_d;
hdmi_24_vsync_data_e <= hdmi_clip_vs_de_d;
hdmi_24_data_e <= hdmi_clip_de_d;
hdmi_24_data <= hdmi_clip_data;
hdmi_16_hsync <= hdmi_16_hsync_d;
hdmi_16_vsync <= hdmi_16_vsync_d;
hdmi_16_hsync_data_e <= hdmi_16_hsync_data_e_d;
hdmi_16_vsync_data_e <= hdmi_16_vsync_data_e_d;
hdmi_16_data_e <= hdmi_16_data_e_d;
hdmi_16_data <= hdmi_16_data_d;
hdmi_16_es_data <= hdmi_es_data_s;