FFT核的仿真,综合说找不到核?怎么回事

2019-03-25 08:49发布

FFTs核的仿真,先综合说找不到核?怎么回事。我用的是9.1I版本,提示错误如下:ERROR:HDLCompilers:87 - "myfft.v" line 32 Could not find module/primitive 'fft1',我工程里面建的有FFTS的IP核啊。

module myfft(fwd_inv_we,start,fwd_inv,clk,
rfd,dv,done,busy,edone,
xn_re,xn_im,xk_re,xk_im,
xn_index,xk_index
   );
input fwd_inv_we,start,fwd_inv,clk;
output rfd,dv,done,busy,edone;
input [15:0] xn_re,xn_im;
output [20:0] xk_re,xk_im;
output [3:0] xn_index,xk_index;

fft1 u1(fwd_inv_we(fwd_inv_we),start(start),fwd_inv(fwd_inv),clk(clk),
rfd(rfd),dv(dv),done(done),busy(busy),edone(edone),
xn_re(xn_re),xn_im(xn_im),xk_re(xk_re),xk_im(xk_im),
xn_index(xn_index),xk_index(xk_index)
);
//fwd_inv_we(fwd_inv_we),start(start),fwd_inv(fwd_inv),
endmodule
感谢!!!!! 此帖出自小平头技术问答
0条回答

一周热门 更多>