HDLCompiler:413

来源:互联网 发布:游戏编程如何入门 编辑:程序博客网 时间:2024/05/29 10:27

a <= a + 1;

HDLCompiler:413  

改为:  a <= a + 1'b1;