This repository contains solutions to programming & hardware assignments given in IIT Delhi's digital logic & system design course.
- Building a stopwatch in VHDL
- Designing a 3-layer multi-layer perceptron to recognize digits from the MNIST dataset.
- Finding the legal region of minterms using a Karnaugh maps.
- Find the largest common area for a set of minterms.
- Solving a Karnaugh map using heuristics.
- VHDL
- Principles of hardware design
- Python
Running instructions are provided in the pdf
files in each assignment's directory.