Your First CPU
Source files for custom cpu in programmable logic
DocumentsDate added
In this first chapter we learn the very basics of a CPU's core logic. We include basic Function Unit logic such as logical operators and math functions. Branching is not yet included so our programs are strictly linear and cannot include loops. The program data is included directly in the CPU source file.