FIRST Robotic Competition - CPU

Let's consider a simple CPU architecture. As shown, a CPU consists of three main parts:

There is another part of the CPU that is not shown. This is the clock unit. Each operation in the CPU happens in a clock cycle. That is how the time is allocated when moving data from place to place inside the CPU.

A different simple architecture is described here: http://www.dgp.toronto.edu/~ajr/258/notes/microcode.html That is the case of a single bus CPU. Yet another simple architecture is described here: http://www.zetetics.com/bj/papers/piscedu2.htm


Last modified 11 Dec 2006
http://brown.armoredpenguin.com/~abrown/contact.html
http://brown.armoredpenguin.com/~abrown/first/training/ComputerBasics/cpu.html