OpenCores
URL https://opencores.org/ocsvn/zap/zap/trunk

Subversion Repositories zap

[/] [zap/] [trunk/] [README.md] - Diff between revs 57 and 58

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 57 Rev 58
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...
 
 
![Wishbone logo](https://wishbone-interconnect.readthedocs.io/en/latest/_images/wishbone_stamp.svg)
![Wishbone logo](https://wishbone-interconnect.readthedocs.io/en/latest/_images/wishbone_stamp.svg)
 
 
#### 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

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.