This repository contains the VHDL source files and the implementations of a 4 bit Nanoprocessor and a 12 bit Nanoprocessor with additional features. This nanoprocessor is capable of executing 4 basic instructions and perform basic arithmetic operations.
- Nanoprocessor.srcs : This directory contains all the source files related to the nano processor project (still creating the files).
To use the VHDL files of the nanoprocessor in this repository,
-
Clone the repository to your local machine.
-
Open Vivado and create a new project.
-
Add the VHDL files from the cloned repository to your project.
-
Customize and configure the design as needed.