[Actel FPGA] CL123综合错误

[复制链接]
2121|1
 楼主| linux1 发表于 2010-4-10 17:47 | 显示全部楼层 |阅读模式
ge, ST, AD, RS, TI
always @(negedge START_S or negedge CLK or negedge RSTI)
//always @(START_S or BUSYI_S or ReadOver or ConvOver or RSTI)
begin
    if (!RSTI)
    begin
        NS  =3'b000;
    end   
    else begin
        NS =3'b010;
    end
end



综合时报E CL123 The logic for NS[2:0] does not match a standard flip-flop ADS856_2.v (83) ADS8556_2.srr (36) 10:59:34 Sat Apr 10 compilerReport

小菜问问是什么原因
bit6019 发表于 2010-4-10 18:37 | 显示全部楼层
不知道,帮顶
您需要登录后才可以回帖 登录 | 注册

本版积分规则

96

主题

455

帖子

0

粉丝
快速回复 在线客服 返回列表 返回顶部