I used the covfile and select_functional command in the running options of the regression, and the coverage groups appear, but I can't see the assertions in IMC in order to map them. If I run a test and give the covfile command it works, but on regressions it doesn't.
Asked
Active
Viewed 841 times
2
-
1Could not understand the question. You mean to say that with single run, you are getting all the data of functional coverage, but in regression, you are not getting it? – Karan Shah May 18 '17 at 08:54
-
Yes. The functional coverage is not activated for regressions, although I use the same covfile as for the single run. – Madalina Gheboianu May 18 '17 at 08:57
-
May be there can be some issue with your regression commands? It may not be passing the appropriate switched for functional coverage in the regression. Can you confirm, whether all the required switches have been passed or not? – Karan Shah May 18 '17 at 09:54
-
2All the switches were passed correctly. I manage to figure it out. The covfile command should be in the run_options of the regression, but also in the run_options of the compile script. – Madalina Gheboianu May 18 '17 at 10:16
-
I'm voting to close this question as off-topic because it is related to setting up a compile/run and not code. It's the kind of question that belongs in the tool vendor's forums. – Tudor Timi May 18 '17 at 16:58
-
Which EDA tool are you using? – Matthew Taylor May 19 '17 at 07:52
2 Answers
0
The covfile command should be in the run_options of the regression, but also in the run_options of the compile script.

Madalina Gheboianu
- 21
- 1
0
I assume you are using Cadence irun since you mentions IMC. I also assume you are using vManager as your regression tool. Why the coverage does not show up in regression ucd, I suspect you are not using the same snapshot in the regression as you are running the sim locally, which create snapshot with the covfile on the fly. Double check your irun.log, see which snapshot it is using. Then check the elaboration arguments of that snapshot (which you can find it under the .INCA_lib/ directory to see whether the snapshot has coverage turned on. (-coverage all)

hevangel
- 95
- 5