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]
查看完整版本: 下面的语句为什么不能综合呢