An open API service indexing awesome lists of open source software.

https://github.com/hvardhan1437/eoc-assignment-4

Implementation of digital logic circuits for EOC Assignment 4 using HDL-style modules, based on the Nand2Tetris curriculum. Includes gates, multiplexers, demultiplexers, and adders.
https://github.com/hvardhan1437/eoc-assignment-4

adder-circuits combinational-logic demultiplexer digital-logic elements-of-computing-systems full-adder half-adder hdl logic-gates multiplexer nand2tetris

Last synced: 9 months ago
JSON representation

Implementation of digital logic circuits for EOC Assignment 4 using HDL-style modules, based on the Nand2Tetris curriculum. Includes gates, multiplexers, demultiplexers, and adders.

Awesome Lists containing this project

README

          

# 💻 EOC Assignment 4 – Elements of Computing Systems
This repository contains the implementation for Assignment 4 of the subject Elements of Computing Systems. It focuses on designing and simulating key digital logic components using a minimalist hardware description style inspired by the Nand2Tetris curriculum.

# 📁 Repository Contents
->HDL-style logic modules implemented as .m files

->Custom-built logic gates and combinational components:

* AND, OR, NOT gates

* Multiplexers (2:1, 4:1, 8:1)

* Demultiplexers (1:2, 1:4)

* Adders (Half Adder, Full Adder, 4-bit Adder)