[CSCA] Combinational Logic Circuits
0 Stars     5 Views    

Author: william

Forked from: Igor Rončević/[CSCA] Combinational Logic Circuits

Project access type: Public

Description:

Combinational logic circuits discussed in the Computer Science and Computer Architectures [CSCA] course at the University of Applied Sciences CAMPUS 02, Graz, Austria.

The project features the following circuits:

  • XOR Gate - developed by using the basic logic gates.
  • Half-Adder - developed by using the XOR Gate.
  • Full-Adder - developed by using Half-Adders.
  • Comparator - developed by using the XOR Gate.
  • Shifter - developed by using the basic logic gates.
  • Multiplexer - developed by using the basic logic gates.
  • Demultiplexer - developed by using the basic logic gates.
  • Decoder - developed by using the basic logic gates.
  • Arithmetic-Logic Unit (ALU)  - developed by using the basic logic gates, Decoder, and a Full-Adder.

Created: Jan 22, 2023

Updated: Aug 27, 2023


Comments

You must login before you can post a comment.