From 20ee9b8d2aa3a66c72d48b5dc70f1107a9dc5724 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Wed, 8 Aug 2018 08:54:37 +0200 Subject: [PATCH] ad_ip_jesd204_tpl_dac: channel: Remove unused registers Remove unused register from the ad_ip_jesd204_tpl_dac_channel module. Commit commit 92f0e809b5c3 ("jesd204/ad_ip_jesd204_tpl_dac: Updates for ad_dds phase acc wrapper") removed all users of those registers. Signed-off-by: Lars-Peter Clausen --- .../ad_ip_jesd204_tpl_dac/ad_ip_jesd204_tpl_dac_channel.v | 2 -- 1 file changed, 2 deletions(-) diff --git a/library/jesd204/ad_ip_jesd204_tpl_dac/ad_ip_jesd204_tpl_dac_channel.v b/library/jesd204/ad_ip_jesd204_tpl_dac/ad_ip_jesd204_tpl_dac_channel.v index a8bc58fc4..ebf901939 100644 --- a/library/jesd204/ad_ip_jesd204_tpl_dac/ad_ip_jesd204_tpl_dac_channel.v +++ b/library/jesd204/ad_ip_jesd204_tpl_dac/ad_ip_jesd204_tpl_dac_channel.v @@ -63,8 +63,6 @@ module ad_ip_jesd204_tpl_dac_channel #( reg [DW:0] dac_pn7_data = 'd0; reg [DW:0] dac_pn15_data = 'd0; - reg [15:0] dac_dds_phase_0[0:DATA_PATH_WIDTH-1]; - reg [15:0] dac_dds_phase_1[0:DATA_PATH_WIDTH-1]; // internal signals