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.

Error when running test cases in Specman 4.3.2

Status
Not open for further replies.

kishore111281

Newbie level 6
Joined
Feb 19, 2008
Messages
14
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,362
Hi i am using specman version 4.3.2, i have written environment and test cases, i have done config set also for coverage , but when i am running my test cases i am not getting *.ecov files , please suggest me where i am doing mistake.
thanks in advance,
Krishna Kishore
 

coverage in specman

i think u r missing something arguments in commandline. im not sure though.. pls chk userguide.
 

Re: coverage in specman

I didnt get u.. please clarify ..
 

Re: coverage in specman

Hi,

try this line code .......:
extend sys {
setup() is also {
set_config(cover, mode, default);

};

};
 

Re: coverage in specman

Hi Try the following line of code in your e top file

extend sys
{
setup() is also
{
set_config( cover, mode, on); // Turn ON the coverage
}; // End of setup()
}; // End of extend
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top