▪️ Circuit Crafting is a VLSI (Very-Large-Scale Integration) design project that provides a collection of RTL (Register Transfer Level) code for various digital
circuits.The goal of this project is to design, simulate, and validate essential digital building blocks using Verilog for VLSI applications.
▪️ This repository includes several digital circuit designs, including multiplexers, demultiplexers, adders, and more. Each circuit is accompanied by testbenches to simulate its functionality and ensure correctness before moving to the physical implementation in VLSI design tools.
▪️RTL Code: Verilog modules for different digital circuits (multiplexers, demultiplexers, adders, etc.)
▪️Testbenches: Testbenches to verify the correctness of each design.
▪️Simulation Results: Waveform output from simulation tools to validate the circuit's functionality.
▪️Design Documentation: Detailed explanations and steps for testing and synthesizing circuits.