fpga论坛|fpga设计论坛's Archiver
论坛
›
FPGA技术交流
› 下面的语句为什么不能综合呢
aouo1987
发表于 2011-3-31 12:56:35
下面的语句为什么不能综合呢
function jic;
input in3;
reg index;
int
begin
if(in3>5)
jic=0;
else
jic=1;
for(index=2;index<=in3;index=index+1)
jic=jic*index;
end
endfunction
页:
[1]
查看完整版本:
下面的语句为什么不能综合呢