1 Star 0 Fork 746

noticeable / tinyriscv

forked from liangkangnan / tinyriscv 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.en.md 45.45 KB
一键复制 编辑 原始数据 按行查看 历史
liangkangnan 提交于 2019-12-09 13:49 . add README.en.md content

###1.Introduction

This opensource project is a tiny riscv processor core which written by verilog. It is very simple and easy to understand. Tinyriscv has the following characteristics:

1)Implemented RV32I instruction set.

2)Use three-stage flow line.

3)Can run simple C program.

###2.How to use

Tinyriscv run on windows platform, it Compiled and simulated with iverilog. Before to use, you need install these tools below:

1)iverilog

Download from http://bleyer.org/icarus/](http://bleyer.org/icarus/, install it and add to system environment PATH.

2)GNU Toolchain

Download from BaiduNetDisk https://pan.baidu.com/s/1bYgslKxHMjtiZtIPsB2caQ, extraction code is 9n3c, decompress it into tools directory.

3)make tool

Download from BaiduNetDisk https://pan.baidu.com/s/1nFaUIwv171PDXuF7TziDFg, extraction code is 9ntc, decompress it and add to system environment PATH.

Take the "add" instruction as an example to show how to use:

Open the CMD and goto the sim directory and run command below:

sim_new_nowave.bat ..\tests\isa\generated\rv32ui-p-add.bin inst.data

You can see the following print if it run successfully:

Verilog
1
https://gitee.com/noticeable/tinyriscv.git
git@gitee.com:noticeable/tinyriscv.git
noticeable
tinyriscv
tinyriscv
master

搜索帮助