質問

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?

役に立ちましたか?

解決

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.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top