I encountered this error when I was trying to collect the code coverage of my design.
The nc simulation command line contains" +ncinput+./testbench/sim/ict.tcl". And the contents of the file ict.tcl are as follows.
coverage -setup -dut top.tb_top.my_design -testname my_design -workdir .
coverage -code -database -local_db
coverage -code -score all
run
I don't know what's the cause. The simulation tool I use is ncverilog 09.20-s032.
Who can help me? Thanks a lot!!!