T
thomasc
Guest
Hi,
I'm stuck in a strange situation question and need halp.
From a Verilog module, called 'a.v', I instantiated another module, 'b.v'.
While compiling 'a.v' using ModelSim 5.8c, I got an error message as
follows:
# ** Error: C:/ ..... a.v(28): Undefined variable: b
I don't understand it because 'b.v' module is in the same project with
'a.v' and it has passed its own testbench. and it seems that 'a.v' does
not "know" that 'b.v' is another module.
is there anyone who've had same situation?
any comment on this will be appreciated.
Thanks,
Thomas
I'm stuck in a strange situation question and need halp.
From a Verilog module, called 'a.v', I instantiated another module, 'b.v'.
While compiling 'a.v' using ModelSim 5.8c, I got an error message as
follows:
# ** Error: C:/ ..... a.v(28): Undefined variable: b
I don't understand it because 'b.v' module is in the same project with
'a.v' and it has passed its own testbench. and it seems that 'a.v' does
not "know" that 'b.v' is another module.
is there anyone who've had same situation?
any comment on this will be appreciated.
Thanks,
Thomas