Welcome to the Digital Electronics repository! This repository is dedicated to housing digital circuits designed as part of the Digital Design Lab. Cicuits and Gates Implemented using Logisim and Verilog.
Collection of digital logic circuits implemented using Logisim. Kindly Download or fork in your System and then see the circuits in logisim application.
Collection of digital logic circuits implemented in Verilog. The circuits include various modules & Testbenches.
Circuit Name | Circuit Name |
---|---|
Half Adder | Counters |
Full Adder | SR Latch |
D Flip-Flop | D Latch |
JK Flip-Flop | Half Subtractor |
T Flip-Flop | Full Subtractor |
Welcome |
Kindly Download the required Setup accoring to your Operating System Using Online tutrials available , some handy commands are provided here.
iverilog -o 2-Half-add.vvp 2-Half-add.v 2-Half-add-tb.v
vvp 2-Half-add.vvp
vcd 2-Half-add.vvp
gtkwave 2-Half-add.vcd
Contributions to this repository are welcome! If you want to contribute, follow these steps:
- Fork the repository to your GitHub account.
- Create a new branch for your changes: git checkout -b feature/new-feature.
- Make your changes and commit them.
- Push the changes to your forked repository.
- Create a pull request explaining the changes you've made.