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.

What is the difference between the testcase and the testbench in HDL?

Status
Not open for further replies.

verilog_always

Member level 2
Joined
Dec 27, 2006
Messages
43
Helped
3
Reputation
6
Reaction score
1
Trophy points
1,288
Activity points
1,552
what is the difference between the testcases and testbench In the HDL's
 

Re: interview #2

verilog_always said:
what is the difference between the testcases and testbench In the HDL's

A testbench is like a platform on which multiple testcases can be run. Think of it like a microcontroller on a board that can run different Assembly programs.

We delve into these (and many other related topics) at a great depth in our Comprehensive Functional Verification course, see: www.noveldv.com. We will have a class in next 2 weeks time in Bangalore, drop an email to cvc.training <> gmail.com if interested

Regards
Ajeetha, CVC
www.noveldv.com
 

Re: interview #2

A TestBench is something which validates the Code written by you.........

While a Testcase is the input you need to drive to your Inputs of Code with the help of Testbench..........
 

Re: interview #2

Hi,

The testbench is the engine that allow generating entry stimuli for the DUT (Design Under Test), The shape, timing & succession of these stimuli is the testcase.

In short for a DUT verification we write one testbench and multiple testcases, each testcase test a particular functionality of the circuit.

Yours,
Said.
 

Re: interview #2

Test bench basically a mediator between design and verification environment
and test cases are a part of verification environment that has test scenarios to test the design

Hope these words covered lot in short
 

interview #2

In my opinion, testbench contains a lot of testcases
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top