完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
扫一扫,分享给好友
本帖最后由 海阔天空_123 于 2014-7-17 21:01 编辑
这是我写的测试代码,有没有大神能帮忙看看?编译都通过了,但仿真之后fft输出波形都没有。 `timescale 1ns/100ps module test111( clk, counts, count8192, sink_real, sink_sop, sink_eop, source_real, source_imag, source_valid, sink_valid ); output counts; output count8192; output clk; output sink_valid; output sink_real; output sink_sop; output sink_eop;output source_real; output source_imag; output source_valid; reg reset_n; reg sink_valid; reg sink_sop; reg sink_eop; reg [23:0] source_real; reg [23:0] source_imag; reg source_eop; reg [1:0] source_error; reg [5:0] source_valid; reg [5:0] source_exp; reg clk; reg [31:0]counts; reg [31:0]count8192; reg b; reg [23:0] sink_real;//???? always #10 clk=~clk; always@(posedge clk) if(count8192<4096) sink_real=0; else sink_real=1;//???? initial begin clk=0; sink_valid=0; sink_sop=0; sink_eop=0; count8192=0; counts=0; b=0; reset_n=0; #40 reset_n=1; end always@(posedge clk) begin if(counts==50000000) counts<=0; else counts=counts+1; if(sink_valid==1) if(count8192==8191) count8192<=0; else count8192<=count8192+1; else count8192=0; end //assign b=(counts==50000000)?1:0; always@(posedge clk) if(counts==50000000) b=1; else b<=0; always@(posedge b or negedge sink_eop) sink_valid=~sink_valid; always@(posedge sink_valid) begin sink_sop=1; #20 sink_sop=0; end always@(posedge clk) begin if(count8192==8192) sink_eop=1; else sink_eop=0; end fft8192 test_fft8192( .clk(clk), .reset_n(reset_n), .inverse(1'b0), .sink_valid(sink_valid), .sink_sop(sink_sop), .sink_eop(sink_eop), .sink_real( sink_real ), .sink_imag(24'b0), .sink_error(2'b0), .source_ready( 1'b1 ), .sink_ready(sink_ready), .source_error( ), .source_sop( source_sop ), .source_eop( ), .source_valid( ), .source_exp( ), .source_real( source_real ), .source_imag( source_imag ) ); endmodule |
|
|
|
你正在撰写答案
如果你是对答案或其他答案精选点评或询问,请使用“评论”功能。
1421 浏览 1 评论
1215 浏览 0 评论
矩阵4x4个按键,如何把识别结果按编号01-16(十进制)显示在两个七段数码管上?
1426 浏览 0 评论
913 浏览 0 评论
2229 浏览 0 评论
1432 浏览 35 评论
5616 浏览 113 评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-22 16:44 , Processed in 0.554814 second(s), Total 73, Slave 55 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号