I have got an error when I was running a test.
My bench has been constructed by system C on cadence incisive 14.20.
The run command is like this:
irun -sysc -uvmtop "SC:top" -top dut -f list.f -DTV_PATH=\\\"/home/test0/\\\"
In sc_main.cpp, there is a line like this:
cout << "TV_PATH: " << TV_PATH <<endl;
But when I was running, there is a compile error like this:
line 12: error:
expected an expression
cout << "TV_PATH: " << TV_PATH <<endl;
extra text after expected end of number
cout << "TV_PATH: " << TV_PATH <<endl;
Hi nice guys, How can I solve this problem?
Thanks!