PJRC.COM Offline Archive, February 07, 2004
Visit this page on the live site

skip navigational linksPJRC
Shopping Cart Checkout Shipping Cost Download Website
Home MP3 Player 8051 Tools All Projects PJRC Store Site Map
You are here: OSU8 Microprocessor Schematic OSU8 Core 8-Bit Data ALU 8-Bit Adder Search PJRC

OSU8 Microprocessor
Overview
CPU Programming
Hardware Info
Schematic
Implementation
Download Files

8 Bit Adder

This simple 8-bit ripple-cary adder is the last stage of OSU8's ALU. All ALU opertations pass through this adder. Operations which do not use addition force one of the inputs to zero.

This ripple cary adder, and the similar ripple carry adder in the 16 bit ALU are the slowest portion 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 Full Adder


OSU8: Simple 8-Bit Microprocessor Design; Paul Stoffregen
http://www.pjrc.com/tech/osu8/sch/ripple8.html
Last updated: November 28, 2003
Status: These pages are a work-in-progress
Comments, Suggestions: <paul@pjrc.com>
Return to OSU8 8-bit ALU

Complete List of All OSU8 Schematics