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 wanted to make a CPU and then somehow measure its efficiency/ speed. Logisim is a little buggy, and I don't think it allows you to do any sort of testing/ measurement. Does a tool like this exist?

share|improve this question

1 Answer

up vote 2 down vote accepted

For a complex project such as this, you would be better to use an HDL like Verilog or VHDL and a simulator.

There are open source Verilog tools available like Icarus. Also since all the major FPGA vendors have a free version of their dev tools, you could just download and use these.
For example the free version of Xilinx ISE has HDL and schematic entry capabilites, an excellent simulation tool. Actel's (now Microsemi) Libero IDE comes with similar HDL/schematic entry and Modelsim for simulation.

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.