[CSCA] Combinational Logic Circuits
8 Stars     158 Views    

Author: Igor Rončević

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. [learn more]
  • Full-Adder - developed by using Half-Adders. [learn more]
  • Comparator - developed by using the XOR Gate.
  • Shifter - developed by using the basic logic gates.
  • Multiplexer - developed by using the basic logic gates. [learn more]
  • Demultiplexer - developed by using the basic logic gates. [learn more]
  • Decoder - developed by using the basic logic gates. [learn more]
  • Arithmetic-Logic Unit (ALU)  - developed by using the basic logic gates, Decoder, and a Full-Adder. [learn more]

Created: Nov 16, 2022

Updated: Dec 11, 2023


Comments

You must login before you can post a comment.