You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project implements a basic AND gate in Verilog, demonstrating fundamental digital logic design. The AND gate performs a logical AND operation between two inputs, while a testbench verifies its functionality through simulation. This project serves as a practical example of modeling and testing digital logic in hardware description languages.