I tried to build a CPU yesterday wich didn't work because I had problem with control signal and synchronisation:
so I decided to build a real MIPS (Microprocessor without Interlocked Pipeline Stages) processor and not just a single cycle MIPS
and here comes the Fazer Mini, for those who are wondering yes it's inspired by the Fazer-P I built in Logisim:
it use only ~2200 logic gates including the 32Byte ROM and has a speed around 1Hz ( well it's more complicated as instruction are splitted in stages, 1 instruction is finished every 0.5-0.6 seconds but a whole instruction takes 2 seconds to go through all 4 stages )
there are few very complex circuits to build ( forwarding unit, interrupt handler, etc) so I think the cpu will use about 3000 gates,
900 more gates than now, when it will be finished
I will do the hello world video too :p
maybe I need to describe each pictures yes no ?