Sample Circuit: Simple ALU

An area for asking questions, making suggestion, share ideas and place circuit examples.
Post Reply
User avatar
jflanigan
Posts: 9
Joined: Thu Dec 24, 2009 11:59 pm

Sample Circuit: Simple ALU

Post by jflanigan »

Here is a circuit for your educational enjoyment. It is based on information that was found at http://library.thinkquest.org/25111/alu.shtml (with some reorganization).

The 1-bit ALU supports the following functions:

0: a AND b
1: a OR b
2: NOT b
3: a PLUS b

The test harness shows how each of the circuits can be used. It also shows how the 1-bit ALU can be ganged to create a 4-bit ALU.

Regards,
John
Attachments
Simple ALU.CircuitProject
Simple ALU
(101.62 KiB) Downloaded 1309 times
User avatar
admin
Site Admin
Posts: 407
Joined: Sun Jun 14, 2009 10:53 pm
Contact:

Re: Sample Circuit: Simple ALU

Post by admin »

Nice. Are you planning to upscale it to CPU?
User avatar
jflanigan
Posts: 9
Joined: Thu Dec 24, 2009 11:59 pm

Re: Sample Circuit: Simple ALU

Post by jflanigan »

Yes, step by step, learning and stumbling along the way. :)
Post Reply