|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
我是新手,以前没接触过,现在要用quartusⅡ写一个fifo的程序,出现
1、Error (10170): Verilog HDL syntax error at afifo.v(2) near text "'"; expecting an identifier, or "module", or "macromodule", or "function", or "parameter", or "primitive", or "real", or "realtime", or "reg", or "specparam", or "task", or "time", or "integer", or "config", or "localparam", or "(*", or "include", or "library")
2、Warning (10235): Verilog HDL Always Construct warning at generation empty flag.v(24): variable "rempty" is read inside the Always Construct but isn't in the Always Construct's Event Control
3、Error: Net "wfull~0", which fans out to "wfull", cannot be assigned more than one value
Error: Net is fed by "fifomem:fifomem|wfull"
Error: Net is fed by "wptr_full:wptr_full|wfull"
怎么解决啊 |
|