Go to file
liangkangnan 5b888bd483 rtl: core: fix data related for csr regs
Signed-off-by: liangkangnan <liangkangnan@163.com>
2020-06-05 22:22:49 +08:00
fpga fpga: README: exit openocd after download 2020-05-31 12:14:29 +08:00
pic add new inst test 2020-05-27 23:24:33 +08:00
rtl rtl: core: fix data related for csr regs 2020-06-05 22:22:49 +08:00
sim sim: compliance_test: fix can not find ref file 2020-06-05 22:16:36 +08:00
tb sim: remove tb file to tb dir 2020-05-27 23:17:05 +08:00
tests compliance test: add rv32Zicsr and rv32Zifencei build 2020-06-05 22:19:49 +08:00
tools openocd: tinyriscv.cfg: add halt cmd 2020-05-31 21:05:18 +08:00
.gitignore remove .elf 2020-05-27 23:05:39 +08:00
LICENSE first release 2019-12-04 08:47:19 +08:00
README.en.md add README.en.md content 2019-12-09 13:49:07 +08:00
README.md rename FPGA to fpga 2020-05-31 12:05:28 +08:00

README.en.md

###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: