skip navigational linksPJRC
Shopping Cart Download Website
Home Products Teensy Blog Forum
You are here: OSU8 Microprocessor Schematic OSU8 Core 16-Bit Addr ALU Full Addr

OSU8 Microprocessor
Overview
CPU Programming
Hardware Info
Schematic
Implementation
Download Files

Single Bit Full Adder

The 16-bit ALU uses 16 of these full adder circuits, in a ripple adder configuration. ALU16 maniplates the carry bit between its second and third instance of this adder, when it executes the functions that compute branch targets.

Because these adders are used in a ripple carry in ALU-16, (as they are also used within ALU8's adder), the addition is the slowest portion (timing critical path) of OSU8's circuitry. For Xilinx, this should probably use the fast-carry logic within the Xilinx CLBs, or custom CMOS this should probably be a Manchester carry or carry-lookahead type adder.

Schematic Drawing


OSU8: Simple 8-Bit Microprocessor Design; Paul Stoffregen
http://www.pjrc.com/tech/osu8/sch/my_fadd_alu16.html
Last updated: February 24, 2005
Status: These pages are a work-in-progress
Comments, Suggestions: <paul@pjrc.com>