optimal no of inputs to be given in a test bench

C

chaitu

hi all,

lets say there is a system in which there are N -inputs and 1 -
output. lets say N-100 or 1000 etc.

if we want to test it completely we have to give all 2 power N inputs
and examine the functionality which will take more time and impossible
as N goes high.
so my question is how many no of optimum inputs one should give to
test the functionality of such system.
 
M

Mike Treseler

chaitu said:
lets say there is a system in which there are N -inputs and 1 -
output. lets say N-100 or 1000 etc.

Sounds more like a gate than a system.

if we want to test it completely we have to give all 2 power N inputs

Maybe you mean possible input values.
and examine the functionality which will take more time and impossible
as N goes high.
so my question is how many no of optimum inputs one should give to
test the functionality of such system.

I have to wiggle all of the inputs, but
probably not cover of the possible values.

A more interesting question is how best
to partition the testing. Some designers
test everything from the top level.
Others work up from the bottom with
unit tests for each interface and
a much simpler top testbench.


-- Mike Treseler
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,444
Messages
2,571,709
Members
48,796
Latest member
Greg L.
Top