Hi Sparsh. I'm not sure where you got your switches from, but you should not normally need (or want) -cov_cgsample or -cov_debuglog. Just using -coverage u, should turn on dumping of functional coverage (did you also want code coverage?). I can't comment on Mentor's flow, but with Xcelium the normal flow is for the simulator to dump a binary file (*.ucd) at the end of the test, and you use a separate analysis tool, IMC, to analyse the coverage and generate reports (text, CSV, HTML). The ucd file would be dumped into ./cov_work/scope/test by default.
↧