完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
扫一扫,分享给好友
以下是小弟的一段代码,使用ISE综合时,总是显示下面的结果:
Minimum period: No path found Minimum input arrival time before clock: No path found Maximum output required time after clock: No path found Maximum combinational path delay: No path found 跪求高手指点一二 附上源代码: module get_mv#(parameter WIDTH = 16)( input clk, input rst_n, input [3:0] md, input finished, input N, input [7:0] can, input [7:0] can2, input [7:0] can3, input [7:0] can4, input [7:0] temp_bp, input [WIDTH-1:0] coorda, input [WIDTH-1:0] coordb, input [WIDTH-1:0] coordc, input [WIDTH-1:0] coordd, output reg mfinished, output reg [WIDTH-1:0] bmv0, output reg [WIDTH-1:0] bmv1, output reg [WIDTH-1:0] bmv2, output reg [WIDTH-1:0] bmv3, output reg [3:0] bmode ); always@(posedge clk) begin if(!rst_n)begin bmv0<=0;bmv1<=0;bmv2<=0;bmv3<=0; end else if(((md==`P_16x16)&&(N==4)&&(can==4))|| ((md==`P_16x8)&&(N==4)&&(can==4))|| ((md==`P_8x16)&&(N==2)&(can==4))|| ((md==`P_8x8)&&(N==2)&&(can==4)))begin if(temp_bp==1)begin bmv0<={((coorda[15:8]+8'b00000011)<<2)-8'b00111110-8'b00000100,((coorda[7:0]+8'b00000011)<<2)-8'b00111110-8'b00000100}; end end end endmodule |
|
相关推荐
2个回答
|
|
不是代码问题,好像是综合时序约束没有填写
|
|
|
|
|
|
|
|
你正在撰写答案
如果你是对答案或其他答案精选点评或询问,请使用“评论”功能。
1512 浏览 1 评论
1295 浏览 0 评论
矩阵4x4个按键,如何把识别结果按编号01-16(十进制)显示在两个七段数码管上?
1503 浏览 0 评论
922 浏览 0 评论
2300 浏览 0 评论
1451 浏览 35 评论
5640 浏览 113 评论
浏览过的版块 |
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-24 20:39 , Processed in 0.415490 second(s), Total 42, Slave 35 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号