Skip to content

Commit

Permalink
axi_ad9162: Add DDS_DISABLE to the core
Browse files Browse the repository at this point in the history
  • Loading branch information
Istvan Csomortani authored and Csomi committed Mar 25, 2019
1 parent 644c670 commit 41ffaca
Show file tree
Hide file tree
Showing 3 changed files with 403 additions and 389 deletions.
4 changes: 2 additions & 2 deletions library/axi_ad9162/axi_ad9162.v
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ module axi_ad9162 #(
parameter DAC_DDS_TYPE = 1,
parameter DAC_DDS_CORDIC_DW = 16,
parameter DAC_DDS_CORDIC_PHASE_DW = 16,
parameter DAC_DATAPATH_DISABLE = 0) (
parameter DAC_DDS_DISABLE = 0) (

// jesd interface
// tx_clk is (line-rate/40)
Expand Down Expand Up @@ -126,7 +126,7 @@ module axi_ad9162 #(
.DAC_DDS_TYPE (DAC_DDS_TYPE),
.DAC_DDS_CORDIC_DW (DAC_DDS_CORDIC_DW),
.DAC_DDS_CORDIC_PHASE_DW (DAC_DDS_CORDIC_PHASE_DW),
.DATAPATH_DISABLE (DAC_DATAPATH_DISABLE))
.DAC_DDS_DISABLE (DAC_DDS_DISABLE))
i_core (
.dac_clk (dac_clk),
.dac_rst (dac_rst),
Expand Down
Loading

0 comments on commit 41ffaca

Please sign in to comment.