This VHDL project implements a digital logic circuit that simulates the behavior of a NAND gate.
The nand
module defines a digital logic circuit that performs the NAND operation on two input signals and produces the output.
nand.vhd
: Contains the VHDL code for the NAND gate module.testbench.vhd
: Contains the VHDL testbench code to simulate and verify the functionality of the NAND gate.README.md
: Markdown file providing information about the project.
To use this VHDL module, instantiate the nand
entity in your design hierarchy and connect the inputs and outputs as required.
This project is licensed under the MIT License - see the LICENSE file for details.