3

I have an FPGA design in QuartusII, and a continuous integration server with some spare capacity.

Now I'd like to build a testsuite for my FPGA design, where input signals are generated by dedicated components, and the output signals checked against expected behaviour.

Is there a way to run the simulation non-interactively from a batch file, so that warnings can be collected in a log file?

Simon Richter
  • 28,572
  • 1
  • 42
  • 64

1 Answers1

0

If you're using ModelSim, you can certainly run simulation from the command-line. Some instructions are available from Altera here; you can probably get more instructions directly from Mentor Graphics.

Adrian Ludwin
  • 214
  • 1
  • 2
  • 12