axi_ad5766: Add missing ports to up_dac_common instance
parent
6e5d965211
commit
8e7b577c94
|
@ -361,6 +361,7 @@ module axi_ad5766 #(
|
||||||
.dac_status_ovf (),
|
.dac_status_ovf (),
|
||||||
.dac_status_unf (dma_underflow),
|
.dac_status_unf (dma_underflow),
|
||||||
.dac_clk_ratio (32'b0),
|
.dac_clk_ratio (32'b0),
|
||||||
|
.up_dac_ce (),
|
||||||
.up_drp_sel (),
|
.up_drp_sel (),
|
||||||
.up_drp_wr (),
|
.up_drp_wr (),
|
||||||
.up_drp_addr (),
|
.up_drp_addr (),
|
||||||
|
|
Loading…
Reference in New Issue