Board logo

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

作者: xjy_j_f    时间: 2006-7-19 12:40     标题: 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.


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


谢谢各位了!


作者: bemoon    时间: 2006-7-19 16:38

应该是写错了:
`timescale而不是'timescale
是键盘左上角那个字符。

作者: chuanhui    时间: 2007-4-6 18:28

thank you..

 我也是出现过这问题.






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