DDS IP核仿真 频率不对 还有这个参数 有啥用呢 data dds YourInstanceName ( .clk(clk), // input clk
.we(we), // input we
.data(data), // input [15 : 0] data
.cosine(cosine), // output [15 : 0] cosine
.sine(sine), // output [15 : 0] sine
.phase_out(phase_out)); // output [15 : 0] phase_out
|