ad_ip_jesd204_tpl_dac: channel: Remove unused registers

Remove unused register from the ad_ip_jesd204_tpl_dac_channel module.

Commit commit 92f0e809b5 ("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 <lars@metafoo.de>
main
Lars-Peter Clausen 2018-08-08 08:54:37 +02:00 committed by Lars-Peter Clausen
parent 5e8d23eb0a
commit 20ee9b8d2a
1 changed files with 0 additions and 2 deletions

View File

@ -63,8 +63,6 @@ module ad_ip_jesd204_tpl_dac_channel #(
reg [DW:0] dac_pn7_data = 'd0; reg [DW:0] dac_pn7_data = 'd0;
reg [DW:0] dac_pn15_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 // internal signals