fn main()

▼
Tuesday, February 8, 2011

How to build a Memory for a computing System

›
BIT STORE The elementary functionality of a Computing System is that it should store data somewhere and should be collected it back wheneve...
Thursday, February 3, 2011

ALU CHIP

›
ALU (Arithmetic and Logic Unit): The basic building block for a computer is ALU which can perform the basic Arithmetic and logical operation...
Monday, January 24, 2011

Half Adder & Full Adder

›
Half adder CHIP HalfAdder { IN a, b; OUT sum, // LSB of a + b carry; // MSB of a + b PARTS: Xor(a=a, b=b, out=sum...
‹
›
Home
View web version
Powered by Blogger.