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
parent
5e8d23eb0a
commit
20ee9b8d2a
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue