Designing and implementing an 8-bit Arithmetic Logic Unit (ALU) for a specific function and replicating the output on a seven-segment display using a Nexys A7 FPGA board.
The design is developed in Verilog HDL, simulated and synthesized using the Xilinx Vivado Design Suite The synthesized designs were mapped to the Nexys A7 board featuring an Artix-7 FPGA. Behavioural simulation, timing analysis and on-hardware validation were performed to verify correct behavior for different configurations and input stimulus.
- Aditya Nagane (AadityaNagane)
- Aditi Rao (unfortunatelygeek)
- Adya Jha (adyajha15)
- Diya Shah
- Ameya Joshi (1mbot)
The relevant documentation is given below!
Note: You must have Vivado installed on to your personal computer or VM. Note that before you can run Vivado (or any Xilinx tool), you must add them to your PATH.
source /tools/Xilinx/Vivado/2020.2/settings64.sh
You can then run Vivado with the command:
vivado
Please download the files into the folder alu_simulator. Now, you can run the code on your local machine (and on the FPGA connected to your machine) by running:
vivado -source alu_simulator.tcl