Paul -
I use a Perl script to launch Modelsim. It figures out the
directory structure I want, creates it if needed, then spawns the
proper Modelsim programs, ie, vmap and vlog. I have used this
in conjunction with batch files to run regressions.
After the simulation completes, the Perl script greps the logfile
for the word ERROR to look for errors.
If you want, email me and I can send the script to you. It's
about 255 lines of Perl.
John Providenza
Paul Richardson <
[email protected]> wrote in message news:<BCB43AD9.70A%
[email protected]>.. .
> I was wondering if anyone has figured out how to use modelsim (running on
> unix systems) to run regressions. Specifically, I have dozens of łtests˛
> which when combined to run with a testbench serve to exercise the design.
> When using ncverilog or vcs I do something like
>
> Ncverilog f files.f test number 0.v
>
> Any suggestions ?
>
> Thanks in advance
>
> Paul Richardson
>
>
> --