Sign in

username:

password:



Not a member?

Search Comp.Arch.FPGA



Search tips

fpga by Keywords

Altera | ASIC | CPLD | Cyclone | DCM | DDR | DSP | Ethernet | ISE | JTAG | Linux | LVDS | Microblaze | ML310 | Modelsim | NIOS | OPB | PCI | Quartus | RocketIO | SDRAM | Spartan | Spartan3 | SRAM | Stratix | Verilog | VHDL | Virtex | Virtex-4 | Virtex-II | Xilinx | XST

Ads

See Also

DSPEmbedded SystemsElectronics

Comp.Arch.FPGA | Testbench

There are 3 messages in this thread.

You are currently looking at messages 0 to 3.

Testbench - maxascent - 2010-06-30 09:03:00

I am not sure if such a program exists, but I
would like to be able to testa fairly large design by not having to write lots of testbenches. Idealy Iwould like a program were I could connect my DUT and give some constraintsand then test vectors would be produced to test all cases within theconstraints. Has anyone had any experience of such a program?

Thanks

Jon	   
					
---------------------------------------		
Posted through http://www.FPGARelated.com



Re: Testbench - HT-Lab - 2010-06-30 09:29:00

"maxascent"
<maxascent@n_o_s_p_a_m.n_o_s_p_a_m.yahoo.co.uk> wrote in message 
news:c...@giganews.com...
>I am not sure if such a program exists, but I would like to be able to test
> a fairly large design by not having to write lots of testbenches. Idealy I
> would like a program were I could connect my DUT and give some constraints
> and then test vectors would be produced to test all cases within the
> constraints. Has anyone had any experience of such a program?

No experience myself but have a look at inFact:

http://www.mentor.com/products/fv/infact/

Hans
www.ht-lab.com


______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.

Re: Testbench - d_s_klein - 2010-06-30 11:30:00

On Jun 30, 6:03=A0am, "maxascent"
<maxascent@n_o_s_p_a_m.n_o_s_p_a_m.yahoo.co.uk> wrote:
> I am not sure if such a program exists, but I would like to be able to te=
st
> a fairly large design by not having to write lots of testbenches. Idealy =
I
> would like a program were I could connect my DUT and give some constraint=
s
> and then test vectors would be produced to test all cases within the
> constraints. Has anyone had any experience of such a program?
>
> Thanks
>
> Jon =A0 =A0 =A0 =A0
>
> --------------------------------------- =A0 =A0 =A0 =A0
> Posted throughhttp://www.FPGARelated.com

I auditioned Mentor's version of such a program.  I assert that all
programs of this type have the same failing:

They are good at verifying that a design does what it does, they are
not good at verifying that a design does what it is supposed to do.

For a test, I created a module that intentionally got the Ethernet CRC
wrong.  The generated test bench passed the module with no comments at
all.

<RANT>
There is a reason that good verification engineers charge good money
for their talent.
There is a reason that companies that delegate verification to junior
engineers have such a hard time with verification.
</RANT>

RK