Line 1... |
Line 1... |
## NOTE: This project was designed by me as a part of a student design contest. It is no longer actively supported.
|
## NOTE: This project was designed by me as a part of a student design contest. It is no longer actively supported.
|
|
## This project's files are hosted on GitHub.
|
## The ZAP ARM Processor (ARMv5T Compatible, FPGA Synthesizable Soft Processor)
|
## The ZAP ARM Processor (ARMv5T Compatible, FPGA Synthesizable Soft Processor) @ https://github.com/krevanth/ZAP.git
|
|
|
### Author : Revanth Kamaraj (revanth91kamaraj@gmail.com)
|
### Author : Revanth Kamaraj (revanth91kamaraj@gmail.com)
|
|
|
### Introduction
|
### Introduction
|
|
|
Line 16... |
Line 16... |
|
|

|

|
|
|
#### Repos
|
#### Repos
|
|
|
This project is hosted on Github and Opencores.
|
This project is hosted on Github.
|
|
|
GIT: https://github.com/krevanth/ZAP
|
GIT: https://github.com/krevanth/ZAP
|
|
|
SVN: https://opencores.org/projects/zap
|
|
|
|
#### Features
|
#### Features
|
|
|
##### ZAP Processor (zap_top.v)
|
##### ZAP Processor (zap_top.v)
|
|
|
The ZAP core is a pipelined ATMv5T processor for FPGA.
|
The ZAP core is a pipelined ATMv5T processor for FPGA.
|
Line 98... |
Line 96... |
| input | [31:0] | i_wb_dat | Wishbone B3 signal. |
|
| input | [31:0] | i_wb_dat | Wishbone B3 signal. |
|
| output | | o_wb_stb_nxt | IGNORE THIS PORT. LEAVE OPEN. |
|
| output | | o_wb_stb_nxt | IGNORE THIS PORT. LEAVE OPEN. |
|
| output | | o_wb_cyc_nxt | IGNORE THIS PORT. LEAVE OPEN. |
|
| output | | o_wb_cyc_nxt | IGNORE THIS PORT. LEAVE OPEN. |
|
| output | [31:0] | o_wb_adr_nxt | IGNORE THIS PORT. LEAVE OPEN. |
|
| output | [31:0] | o_wb_adr_nxt | IGNORE THIS PORT. LEAVE OPEN. |
|
|
|
### Directory Structure
|
### Installation and Directory Structure (GIT)
|
|
|
|
To get the files of the ZAP processor, please execute:
|
|
|
|
```bash
|
|
git pull https://github.com/krevanth/ZAP.git
|
|
```
|
|
|
|
This should provide the following file structure:
|
|
|
|
|
|
|
├── LICENSE
|
├── LICENSE
|
├── makefile
|
├── makefile
|