This project implements a simple calculator using FPGA (Field-Programmable Gate Array) technology. The design is implemented using Verilog HDL and is intended to be synthesized on an FPGA board. The calculator supports basic arithmetic operations such as addition, subtraction, multiplication, and division.
- Basic arithmetic operations: addition, subtraction, multiplication, and division.
- Modular design with clear and organized code structure.
- Written in Verilog HDL.
- Synthesizable on various FPGA boards.
- calculator.srcs/: Contains the source files for the calculator, including Verilog HDL code and testbenches.
- An FPGA development board (e.g., Xilinx, Altera).
- FPGA development tools (e.g., Xilinx Vivado, Altera Quartus).
- Clone the repository:
git clone https://github.com/yourusername/FPGA-calculator.git
- Open the project in your preferred FPGA development environment.
- Synthesize the design and program it to your FPGA board.
- Test the calculator functionality on the FPGA board.