in reply to Re: Automatic Test Pattern Generation in Perl
in thread Automatic Test Pattern Generation in Perl

Patterns = test vectors for hardware, yes. But not in the electrical sense - in the simulation sense. Instead of supplying manually various inputs to a model under test, use a script that supplies it with vectors, and tests for correct values at the outputs.
  • Comment on Re: Re: Automatic Test Pattern Generation in Perl

Replies are listed 'Best First'.
Re^3: Automatic Test Pattern Generation in Perl
by adrianh (Chancellor) on Jul 25, 2003 at 09:54 UTC

    Ah, so when you said "software" in your OP you were referring to hardware models - sorry misinterpreted.