Tell me more ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

I was wondering whether a program has been made that can simulate the end product of a Verilog HDL design file.

To give some information I am using Quartus 2 (the design file is a verilog HDL file) and compiling it, (and then I would download the design to an Altera DE2 board (Cyclone II). I am asking whether a program exists that would allow me to do this without the physical DE2 board).

For example, a Verilog HDL file that takes switches as inputs and outputs are seven-segment displays.

I hope I have used the correct terminology as I am new to coding in Verilog.

Any suggestions welcome :)

share|improve this question

2 Answers

http://en.wikipedia.org/wiki/List_of_Verilog_simulators

At the low-cost end:

share|improve this answer

Yes, it's called a logic simulator. And there's a "starter" edition of Modelsim, a popular logic simulator, included in your copy of Altera's Quartus II software.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.