Hope doing well.
When I am running SV code setup with below tools and their respective scripts by enabling coverage option on a run.do file , it is working
# run.do file while using Siemens Questa Tool
run -all
coverage report -detail
# run.do file while using Aldec Riviera Pro Tool
vsim +access+r
run -all
acdb save
acdb report -db fcover.acdb -txt -o cov.txt -verbose
exit
Could you please help with the same kind of script for the Synopsys VCS 2023.03 tool which I can use in EDA Playground ? I am trying to get it , but I'm not .
waiting for the reply.
Thanks,
Siba K Panda