How do i generate coverage in MTI, so that i can analyse the coverag after simulation

‘vsim -c top -do “coverage save -onexit cover.ucdb;run -all;quit”-coverage-voptargs=“+cover=bcfst”|tee log’
But its giving me below error
/////////////////////////////////////////////////////////
Errors: 0, Warnings: 739, Suppressed Warnings: 1
/bin/touch asdf_dut.mtivlog.svlog
gmake[1]: Leaving directory `/home/asdf/database/test/’

  • running VSIM implicit test on testbench
    /bin/sh: save: command not found
    /bin/sh: -voptargs=+cover=bcfst +UVM_VERBOSITY=UVM_MEDIUM -c -do mti.auto.sim.cmd work.top: command not found
    ////////////////////////////////////////////////////////

Please tell me ,what am i missing here ?

Regards,
Rishi

In reply to rishifrnds:

When you are running the ‘vsim’ command, it appears that you are getting errors from ‘/bin/sh’ (‘command not found’). This seems to indicate that you have some sort of wrapper which is trying to parse the vsim arguments. I would recommend that you contact your IT team to see what is happening in your environment.