From 0d2dc2c62bda0109c8c84f7b2dad546660efcb18 Mon Sep 17 00:00:00 2001 From: AndreiGrozav Date: Thu, 5 May 2016 13:26:59 +0300 Subject: [PATCH] axi_hdmi_tx: Fixed data bus width --- library/axi_hdmi_tx/axi_hdmi_tx.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/axi_hdmi_tx/axi_hdmi_tx.v b/library/axi_hdmi_tx/axi_hdmi_tx.v index 056eb2fb3..0c40fcb8f 100644 --- a/library/axi_hdmi_tx/axi_hdmi_tx.v +++ b/library/axi_hdmi_tx/axi_hdmi_tx.v @@ -202,8 +202,8 @@ module axi_hdmi_tx ( wire [15:0] hdmi_vs_width_s; wire [15:0] hdmi_ve_max_s; wire [15:0] hdmi_ve_min_s; - wire [31:0] hdmi_clip_max_s; - wire [31:0] hdmi_clip_min_s; + wire [23:0] hdmi_clip_max_s; + wire [23:0] hdmi_clip_min_s; wire hdmi_fs_toggle_s; wire [ 8:0] hdmi_raddr_g_s; wire hdmi_tpm_oos_s;