genetate programming file 出错,求解

2019-03-25 08:04发布

一个很简单的程序实例:
module test1(a,b,c,out);
     input a,b,c;  
    output out;

assign out=(c==0)?a:b;

endmodule
编译时出现两个警告:
WARNING:LIT:701 - PAD symbol "a" has an undefined IOSTANDARD.
WARNING:LIT:702 - PAD symbol "a" is not constrained (LOC) to a specific
   location.
generate programming file时报错:
ERROR:Bitgen:342 - This design contains pins which have locations (LOC) that are
   not user-assigned or I/O Standards (IOSTANDARD) that are not user-assigned.
   This may cause I/O contention or incompatibility with the board power or
   connectivity affecting performance, signal integrity or in extreme cases
   cause damage to the device or the components to which it is connected.  To
   prevent this error, it is highly suggested to specify all pin locations and
   I/O standards to avoid potential contention or conflicts and allow proper
   bitstream creation.  To demote this error to a warning and allow bitstream
   creation with unspecified I/O location or standards, you may apply the
   following bitgen switch: -g UnconstrainedPins:Allow
求各位大侠支招…… 此帖出自小平头技术问答
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
该问题目前已经被作者或者管理员关闭, 无法添加新回复
1条回答
kdy
1楼-- · 2019-03-25 15:06
< / 没定义电平,没分配管脚。新版软件要求严格了,看看说明要

一周热门 更多>