vivado编译错误,使用Verilog 5
vivado编译的时候提示如下warning,然后编译失败[filemgmt20-1763]VivadoSynthesisignoreslibraryspecificat...
vivado编译的时候提示如下warning,然后编译失败
[filemgmt 20-1763] Vivado Synthesis ignores library specification for Verilog or SystemVerilog files. [F:/VIVADO_projrcts/project_1/project_1.srcs/sources_1/new/project__1.v]
使用版本vivado2014.2,系统win10,代码如下:
module project__1( x, y, f,en);
input [3:0] x;
input [3:0] y;
output reg [3:0] f;
input en;
always @ (*)
begin
if(en==0)
f=x;
else
f=y;
end
endmodule
求解释这个warning是什么意思,同样的代码在别的机器跑就通过了,语言是Verilog 展开
[filemgmt 20-1763] Vivado Synthesis ignores library specification for Verilog or SystemVerilog files. [F:/VIVADO_projrcts/project_1/project_1.srcs/sources_1/new/project__1.v]
使用版本vivado2014.2,系统win10,代码如下:
module project__1( x, y, f,en);
input [3:0] x;
input [3:0] y;
output reg [3:0] f;
input en;
always @ (*)
begin
if(en==0)
f=x;
else
f=y;
end
endmodule
求解释这个warning是什么意思,同样的代码在别的机器跑就通过了,语言是Verilog 展开
- 你的回答被采纳后将获得:
- 系统奖励15(财富值+成长值)+难题奖励10(财富值+成长值)+提问者悬赏5(财富值+成长值)
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询