Best circuit designing program for designing cpu?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 4K views
Superposed_Cat
Messages
388
Reaction score
5
Hey all, what is the best software (free) that allows you to build virtual circuits and 'run' them? Something that could support large circuits, such as a cpu?
 
Engineering news on Phys.org
A modern CPU is a huge project.

I built a very simple 16-bit CPU for university some years ago, I think we used Quartus - with a university licence, not the free version. I don't know how much the free version can do. You'll certainly want the feature to make new blocks out of individual circuits to combine them on a higher level, otherwise the circuit diagram will become way too messy.
 
  • Like
Likes   Reactions: Superposed_Cat
mfb said:
A modern CPU is a huge project.
Forgot to mention I'm going for 8 bit. Thank you so much.
 
Xilinx ISE is alright if you don't mind using 'old' software, I've used that and modelsim for digital logic simulation before. Like thankz said, either VHDL or verilog will work.