Electronic – Simple “Computer Design” project

cpu

Im trying to learn more about the depths of computer design, I;m talking about CPU design. Down to the very very low level of Computer Organization.

I took a few EE (I did a CS degree so…) classes in college, but it was mostly Introduction and Logic gates (which I do understand). However it never went much further than that.
Im not looking to build a Computer from scratch or anything, but what would be the most SIMPLE starting point for someone interested in this. I was thinking maybe a 4 bit adder? or something similar? I have done a bit of electronics work, so Soldering and such I know the basics (as well as components).

Ideas/Suggestions for an Intro project? Or some documentation would be super helpful?
a few people recommended this book:
Elements of Computing Systems

but I do not know how much "hands on" it would be. When I talk simple Im talking about a simple adder using LEDS for the output or something similar.

Im super interested in this but don't know where to start. I have the third edition of Computer Organization and Design, but it doesn't have much hands on stuff.

edit: The depths of my knowledge is basically basic logic gates, I'll need to go back and refresh myself but I do understand adders and such (virtually) but I wouldn't know how to implement them on a breadboard (or any of the hardware parts of it).

edit2: Maybe something similar to this:
http://projects.coobird.net/build/building_adder.html

Best Answer

I'm not sure how far you want to go with this, but I'm afraid you may become frustrated when you find out how complex your design may become if you want it do something useful, no matter how nice and comprehensive it looked when you started.
Therefore I'm back with the suggestion to your previous question: the FPGA. There are complete so-called "soft processor" designs available free, but you can also build your own, starting from a 2-bit full adder if you want. (And that is what you want if you still have to learn VHDL.) Every FPGA manufacturer has development boards for its products, and there are also third-party boards, with a choice of on-board peripherals, like LEDs, character LCD, buttons, etc.