Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Problem with code coverage ius82

Status
Not open for further replies.

poluekt

Full Member level 2
Joined
Dec 11, 2009
Messages
130
Helped
45
Reputation
90
Reaction score
44
Trophy points
1,308
Location
Russia
Activity points
1,813
Code coverage ius82

Hello!
I have a problem with running code coverage in ius82:
ncelab: *F,COVSCNDRY: Coverage is not supported for designs compiled with the secondary compiler..
I use next ncelab coverage options:
-coverage all -covdut dut_name
 

Re: Code coverage ius82

poluekt said:
Hello!
I have a problem with running code coverage in ius82:
ncelab: *F,COVSCNDRY: Coverage is not supported for designs compiled with the secondary compiler..
I use next ncelab coverage options:
-coverage all -covdut dut_name

Try:

Code:
 nchelp ncelab COVSCNDRY

My guess is you use svpp flow, but it is a wild guess. Look at irun flow or best is to ask CDN support

Ajeetha, CVC
www.cvcblr.com
 

I don't use svpp.

Code:
ncelab/COVSCNDRY =
        Either remove coverage options such as -COVERAGE or use the primary compiler.
In what the difference between primary and secondary compiler?

No this problem in ldv5.60.
 

Problem is closed.
I used GCC_VERS=3.2.3. Code coverage works with GCC_VERS=4.1.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top