Board logo

标题: modelsim6.0下仿真问题求助!!! [打印本页]

作者: xjy_j_f    时间: 2006-7-19 12:38     标题: modelsim6.0下仿真问题求助!!!

向大家请教一个问题:


'timescale 1ns/1ns
'include "./compare.v"
module t;
   reg a,b;
   wire equal;
   initial
      begin
         a=0;
         b=0;
         #100 a=0;b=1;
         #100 a=1;b=1;
         #100 a=1;b=0;
         #100 a=0;b=0;
         #100 $stop;
      end
      compare m(.equal(equal),.a(a),.b(b));
endmodule


是用Verilog HDL编的,在modelsim6.0里为什么不能仿真呢?这里的compare.v模块文件己经写好,且编译过了没有问题.


modelsim6.0的出错提示是:


** Error: F:/t_compare.v(1): near "'t": Illegal base specifier in numeric constant.
** Error: F:/t_compare.v(1): near "'t":  expecting: LIBRARY CONFIG
** Error: F:/t_compare.v(1): Expecting numeric digits.
** Error: F:/t_compare.v(2): near "'i": Illegal base specifier in numeric constant.
** Error: F:/t_compare.v(2): Expecting numeric digits.


是什么意思啊?我怎么也弄不懂.


谢谢各位了!


作者: xyxcsu    时间: 2006-7-19 14:31

你加我QQ好吗,我也在学习Modelsim,交流交流
QQ:594996315
作者: scot    时间: 2006-7-20 17:46

我也在学习,我要加入!




欢迎光临 电子技术论坛_中国专业的电子工程师学习交流社区-中电网技术论坛 (http://bbs.eccn.com/) Powered by Discuz! 7.0.0