Prototype of 16 BIT CPU on FPGA
Abstract
This project is about Prototype of 16 bit CPU on FPGA. This prototyping of
CPU uses the Very High Speed Integrated Circuit Hardware Description Language
(VHDL) and the output will be displayed on the FPGA board. Few steps are implemented in this project which is the fetch, decode, execute and store. Besides that there are few components required to develop the CPU which are the Control Unit, ALU, Storage unit, datapath and also registers. The Datapath unit and Control unit plays
the main role in this project. The input will send the data and instruction in 16 bit to the registers. The VHDL code will be written into the Quartus software and then executed.
The result was displayed on the FPGA board. Finally this project has successfully
develop prototyping 16-bit CPU on FPGA with hardware working as per the simulation.