This project implements a BCD (Binary-Coded Decimal) Adder and Subtractor using Verilog HDL, along with output display logic for 7-segment displays. It includes modules for addition, subtraction, ...
This Verilog module implements a 4-bit Adder-Subtractor circuit, allowing both addition and subtraction operations based on a control signal. The design uses simple combinational logic to compute the ...