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.

in university we had our internal program called HLCCAD - it was very nice, and now I need to do design & debug some digital circuit and wondering what is current state of art software for that kind of things (price is out of consideration for now)?

I.e. I want to visually place components, and then simulate it.

Manually writing VHDL code & looking at simulation traceouts of specific nodes is not enough.

Any suggestions?

Update: Found Logisim - this is exactly what is needed. Are there any commercial alternatives with more horsepower?

http://newit.gsu.by/projects/HLCCAD/webinfo/screenshot_ru.gif

share|improve this question

2 Answers

up vote 2 down vote accepted

I've heard good from Qucs (which has some basic digital logic, including VHDL apparently) and tkgate, which is an event driven logic simulator. Both are free open source software.

share|improve this answer
tkgate also looks nice. Are there any commercial alternatives with fancier UI and more horsepower? – BarsMonster Feb 12 '11 at 1:46
1  
@BarsMonster, no idea. I only use these free software packages, and rarely at that, as I'm more of an analog person. – Thomas O Feb 12 '11 at 1:47
@barsmonster, why would you insist on a commercial alternative? The Qucs works fine – Rick_2047 Feb 12 '11 at 5:18

Both Xilinx and Altera provide their development environments for free. They are meant for designing the logic for placing on FPGA's and CPLD's, but you can simply use them in simulation mode. They let you place items on a schematic view like the above, and when you need more advanced components that are not built in, you can write their logic in VHDL.

share|improve this answer
Great sugestion. I thought they would have the same size of Logisim, one of them have 5.7GB. Haha – Gustavo Bandeira Mar 22 '12 at 11:47
Can you assist me on using some of these softwares? I just need help on assembling simple logic gates for studying The Elements of Computing Sytems. – Gustavo Bandeira Mar 25 '12 at 3:34
@Gustavo If you have a specific question, post it as a new question on this site. – davr Apr 27 '12 at 16:47

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.