sabot | 11 years ago | on: Ask HN: What are some nice electronics courses that blend theory and practice?
sabot's comments
sabot | 13 years ago | on: The most incredible time-lapse video I’ve ever seen
http://vimeo.com/40234826
For me, this is by far the most awe-inspiring.
page 1
A digital electronics book could be paired with it for exercises. Or heck build your own microcontroller or something.
A similar method is to instead of using a game to simulate circuits in software, use an FPGA to simulate a circuit in hardware. A cool book I've used to here, http://www.amazon.com/FPGA-Prototyping-VHDL-Examples-Spartan...
It will take you step by step from creating simple shift registers to displaying an image over VGA (which you implement yourself).