All Projects → microdynamics-cpu → tree-core-cpu

microdynamics-cpu / tree-core-cpu

Licence: GPL-3.0 license
A series of RISC-V soft core processor written from scratch. Now, we're using all open-source toolchain( chisel, mill, verilator, NEMU, AM and difftest framework, etc) to design and verify.

Programming Languages

scala
5932 projects
shell
77523 projects
Makefile
30231 projects
python
139335 projects - #7 most used programming language
C++
36643 projects - #6 most used programming language
Verilog
626 projects

Projects that are alternatives of or similar to tree-core-cpu

Quasar
Quasar 2.0: Chisel equivalent of SweRV-EL2
Stars: ✭ 19 (-13.64%)
Mutual labels:  processor, chisel, riscv, rtl, verilator
Darkriscv
opensouce RISC-V cpu core implemented in Verilog from scratch in one night!
Stars: ✭ 1,062 (+4727.27%)
Mutual labels:  cpu, processor, riscv, rtl
Cores Swerv El2
SweRV EL2 Core
Stars: ✭ 79 (+259.09%)
Mutual labels:  processor, riscv, rtl
Riscv Rust
RISC-V processor emulator written in Rust+WASM
Stars: ✭ 253 (+1050%)
Mutual labels:  cpu, processor, riscv
Fuxi
Fuxi (伏羲) is a 32-bit pipelined RISC-V processor written in Chisel3.
Stars: ✭ 68 (+209.09%)
Mutual labels:  cpu, chisel, riscv
Rocket Chip
Rocket Chip Generator
Stars: ✭ 2,079 (+9350%)
Mutual labels:  chisel, riscv, rtl
Neorv32
A small and customizable full-scale 32-bit RISC-V soft-core CPU and SoC written in platform-independent VHDL.
Stars: ✭ 106 (+381.82%)
Mutual labels:  cpu, processor, riscv
Cores Swerv
SweRV EH1 core
Stars: ✭ 406 (+1745.45%)
Mutual labels:  processor, riscv, rtl
Ustc Rvsoc
FPGA-based RISC-V CPU+SoC.
Stars: ✭ 77 (+250%)
Mutual labels:  cpu, riscv, rtl
Riscv vhdl
Portable RISC-V System-on-Chip implementation: RTL, debugger and simulators
Stars: ✭ 356 (+1518.18%)
Mutual labels:  cpu, riscv
Pidusage
Cross-platform process cpu % and memory usage of a PID
Stars: ✭ 364 (+1554.55%)
Mutual labels:  cpu, processor
Unicorn
Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc, PowerPC, RiscV, X86)
Stars: ✭ 4,934 (+22327.27%)
Mutual labels:  cpu, riscv
ara
The PULP Ara is a 64-bit Vector Unit, compatible with the RISC-V Vector Extension Version 0.10, working as a coprocessor to CORE-V's CVA6 core
Stars: ✭ 116 (+427.27%)
Mutual labels:  cpu, riscv
FPGACosmacELF
A re-creation of a Cosmac ELF computer, Coded in SpinalHDL
Stars: ✭ 31 (+40.91%)
Mutual labels:  cpu, processor
Vexriscv
A FPGA friendly 32 bit RISC-V CPU implementation
Stars: ✭ 1,041 (+4631.82%)
Mutual labels:  cpu, riscv
ddcpuid
🔬 dd's x86 CPU Identification tool
Stars: ✭ 21 (-4.55%)
Mutual labels:  cpu, processor
Corefreq
CoreFreq is a CPU monitoring software designed for the 64-bits Processors.
Stars: ✭ 1,026 (+4563.64%)
Mutual labels:  cpu, processor
Cva6
The CORE-V CVA6 is an Application class 6-stage RISC-V CPU capable of booting Linux
Stars: ✭ 1,144 (+5100%)
Mutual labels:  cpu, riscv
Pcm
Processor Counter Monitor
Stars: ✭ 1,240 (+5536.36%)
Mutual labels:  cpu, processor
Riscv Fs
F# RISC-V Instruction Set formal specification
Stars: ✭ 173 (+686.36%)
Mutual labels:  cpu, riscv

Tree Core CPU

TreeCore CPU: A Series of RISCV Processors Written from Scratch

stars

Overview

The TreeCore processors are the riscv cores developed under the Open Source Chip Project by University (OSCPU) project. OSCPU was initiated by ICT, CAS(Institute of computing Technology, Chinese Academy of Sciences), which aims to make students use all open-source toolchains to design chips by themselves. Students enroll in this project need to pass tests, submit final design report and prepare oral defense for the qualification of tape-out. It also can be called "One Life, One Chip" project in Chinese which has carried out three season:

Season 1[2021.8-2021.12]: Five undergraduates design a tape-outed riscv processor in four months

Season 1 was a first educational practice which aimed to design riscv processor by five undergraduates for tape-out in China. And its achievement was NutShell, a Linux-Compatible RISC-V Processor Designed by Undergraduates. Five students are all from UCAS(University of Chinese Academy of Sciences).

Season 2[2020.8-2021.x]: Eleven undergraduates design their own tape-outed processors

Unlike Season 1, Season 2 had eleven undergraduates from five universities to design processors, and it is the first attempt to promote this project to the other university.

Season 3[2021.7-2022.1]: More students(One hundred students), More open source tools(NEMU, difftest, AM...)

TreeCoreL1[1] and TreeCoreL2[2] are the achievement of this season. After about six months of development, TreeCoreL2 obtained the qualification of tape-out in second shuttle. You can visit the official website ysyx.org to get more information.

NOTE: The PCB card with TreeCoreL2 possible return in the second quarter of 2022, so on board debugging cannot release now.

Season 4[2022.2.20-2022.10.28, in progress]: More open source IPs(SDRAM, VGA...), Smoother learning curve(bbs, tutorials, lecture, ...)

TreeCoreL3[3] will be the expected achievement of this season. TreeCoreL3 is a 64-bits single-issue, five-stage pipeline riscv core with cache written in verilog. Different from the TreeCoreL2, the all softare runtimes to support TreeCoreL3 is implemented by myself.

Season 5[2022.8.28-2023.2.10, in progress]: Provide living broadcast course and development flow forzen

TreeCoreL4[4] will be the expected achievement of this season. TreeCoreL4 is a 64-bits two-issue, six-stage pipeline riscv core with cache written in chisel3.

Now the TreeCore has two version: TreeCoreL1(TreeCore Learning 1) and TreeCoreL2(TreeCore Learning 2). The TreeCore project aims to help students to learn how to write riscv processors by themselves with step-to-step materials. Not like textbooks only exhibit all of concepts in one time, the learn process of TreeCore is incremental. That means TreeCore only provides a very simple model with necessary new knowledges you need to learn first, then add extra codes to perfect the whole design every time until it is finished.

Story and Motivation

I heard the word 'riscv' first time in sophomore year(2016). At that time, my roommate participated in the pilot class of Computer Architecture, and their final assignment was to design a simple riscv processor. In fact, I only knew it was an open source RISC ISA launched by the UC, Berkeley. What is unexpected to me is that just after a few period of time, the riscv has been supported by many semiconductor giants and research institutions and more and more people believe riscv will usher in a revolution that can change the old pattern in someday.

I've always thought the best way to learn is to practice myself. When searching online, I found the learning threshold of processor is high. In addition, in order to pursue high performance, some open-source riscv cores are very complex(such as using dynamics branch prediction, multi-core processing, out-of-order execution technology, etc), these are very difficult for beginners to learn. In meanwhile, I learned that "One Life, One Chip" project with many ailge hardware developement tools. So why not design and implement processors with these new tools from scratch? The result of that desire is this project.

I hope it can become a ABC project like Arduino to make more processor enthusiasts and computer related specialized students enter into the computer architecture field more easily.

Feature

IMG!!!!!!!!!!!!!!!! to intro three type processor and timeline.

intro the plan with the such as the target every type core need to meet. and timeline

Usage

This section introduces how to set up development environment and runs unit test for your own riscv processor. Project directory is:

env    ->
         | hello_world_tb.gtkw # gtkwave wave config
         | hello_world_tb.sh   # compile script
         | hello_world_tb.v    # hello world verilog module
fpga   ->
         | bare_metal/         # bare metal verilog module for fpga
report ->
         | tc_l2.md            # treecore l2 wiki
rtl    ->
         | TreeCoreL1
         | TreeCoreL2
tests  ->
         | compile_rtl.py      # bare metal module compile script
         | compliance_test.py  # isa compliance test
         | run_all_isa_test.py # run all isa test
tools  ->
         | bin2mem.py          # convert bin file to mem file
         | bin2mif.py          # convert bin file to mif file

TreeCoreL1

  • 64-bits FSM
  • written by verilog

In fact, TreeCoreL1 is not a processor, it is a bundle of some independent verilator programs and common chisel modules writing for learning.

TreeCoreL2

TreeCoreL2 data flow graph

  • 64-bits single-issue, five-stage pipeline riscv core
  • written by chisel3
  • support RISCV integer(I) instruction set
  • supports machine mode privilege levels
  • supports AXI4 inst and mem acess
  • supports dynamics branch prediction
  • can boot rt-thread
  • develop under all open-source toolchain asdafafaadsfsafa IMG!!!!!!!!!!!!!!!

Develop Schedule

Now, the develop schedule of TreeCore is recorded by the Tencent Document. You can click below link to view it:

  1. TreeCoreL1&2(frozen): link

Memory Map

To compatible with ysyx3 SoC test, TreeCoreL2 have below memory map range:

Range Description
0x0000_0000 - 0x01ff_ffff reserve
0x0200_0000 - 0x0200_ffff clint
0x0201_0000 - 0x0fff_ffff reserve
0x1000_0000 - 0x1000_0fff uart16550
0x1000_1000 - 0x1000_1fff spi controller
0x1000_2000 - 0x2fff_ffff reserve
0x3000_0000 - 0x3fff_ffff spi flash xip mode
0x4000_0000 - 0x7fff_ffff chiplink
0x8000_0000 - 0x8xxx_xxxx mem

Configuration

Enviroment Setup

NOTE: All of the components and tools are installed under linux operation system. To gurantee the compatibility and stability, I STRONGLY recommend using ubuntu 20.04 LTS. ubuntu 18.04 and ubuntu 16.04 is not supported official.

If you're new to TreeCore project, we suggest you start with the install section. Remeber you ONLY need to install the below libraries once. Now all of operations(config, compile, test) have been automated by Makefile. You can visit unit-test.yml to get more information.

NOTE: In order to download and configure all libraries successful, you NEED to be able to visit github.com and gitee.com.

First, you need to install verilator, mill, difftest, abstract-machine and other dependency libraries:

$ git clone https://github.com/microdynamics-cpu/tree-core-cpu.git
$ cd tree-core-cpu/rtl
$ chmod +x scripts/install.sh
$ make install

Then, download and configuare all components from the github and gitee:

$ chmod +x scripts/setup.sh
$ make setup

After that, you need to add the NEMU_HOME and NOOP_HOME environment variables to your shell environment config file:

$ echo export NEMU_HOME=$(pwd)/dependency/NEMU >> ~/.bashrc # according to shell type your system uses
$ echo export NOOP_HOME=$(pwd)/dependency >> ~/.bashrc
$ source ~/.bashrc

Running the ISA test don't need 8G memory, so you can reconfigure the memory size to reduce the simulation memory usage. Achieving that, you need to type make menuconfig as follow:

$ cd dependency/NEMU
$ make menuconfig

NOTE: if you encounter Your display is too small to run Menuconfig! error, you need to resize the terminal to match need as the console output: It must be at least 19 lines by 80 columns.

The main configuration menu

Usually, 256MB memory address space is enough for simulation. You need to switch into [Memory - Configuration] menu and change [Memory size] value into 0x10000000 manually as follow picture shows. It can adjust difftest's simulation memory size from 8G to 256MB.

NOTE: In fact, the Memory size has been modified to 0x10000000 in make setup phase. Now, you only need to confirm it once more time.

The memory address size menu

Last, remember to type Save button in bottom menu to save the .config file. Then, type Exit to exit the menuconfig.

Compile runtime libraries

If you already run above commands correctly, you can compile runtime libraries as follow:

$ cd ../../
$ make nemuBuild
$ make dramsim3Build

Compile testcases

Two type of ISA testcases set are used: riscv test and cpu test.

$ make riscvTestBuild
$ make cpuTestBuild
$ make amTestBuild

NOTE: you need enough memory to compile the application binaries. Generally speaking, you need at least 4GB of memory.

Recursive test

After you modify the processor design, you need to run recursive unit test to gurantee the modification is correct.

$ make CHIP_TARGET=tc_l2 unit-test

The unit tests display the progress, testcase name, PASS or FAIL and ipc value.

TreeCoreL2's unit test result

Running unit test need to download mill from github.com. If you cannot access the github correctly, you need to type below commands to configure mill manually:

$ # download '0.9.9-assembly' from https://github.com/com-lihaoyi/mill/releases/download/0.9.9/0.9.9-assembly manually.
$ cp 0.9.9-assembly ~/.cache/mill/download
$ mv ~/.cache/mill/download/0.9.9-assembly ~/.cache/mill/download/0.9.9 # change name
$ chmod +x ~/.cache/mill/download/0.9.9

Software test

Software test, also called application test, can provide integrated test for interrupt. You need to recompile the amtest with specific AM_TARGET when you want to change the software target.

# the 'AM_TARGET' option value(default h):
# h => "hello"
# H => "display this help message"
# i => "interrupt/yield test"
# d => "scan devices"
# m => "multiprocessor test"
# t => "real-time clock test"
# k => "readkey test"
# v => "display test"
# a => "audio test"
# p => "x86 virtual memory test"
$ make amTestBuild AM_TARGET=i
$ make amTest

Benchmark test

First, you need to compile the benchmark programs.

$ make coremarkTestBuild
$ make dhrystoneTestBuild
$ make microbenchTestBuild
$ make coremakrTest
$ make dhrystoneTest
$ make microbenchTest

SoC test

SoC test is based on ysyxSoC project. SoC test provides more accurate simulation environment for processor design.

$ make CHIP_TARGET=tc_l2 socBuild
# SOC_APP_TYPE: flash, loader
# SOC_APP_NAME: hello, memtest, rtthread
$ make CHIP_TARGET=tc_l2 SOC_APP_TYPE=flash SOC_APP_NAME=hello socTest

Add and Customize new project

# First modify the `CHIP_TARGET` in Makefile to your custom name which create folder.
$ make template

TreeCoreL3(under development)

TreeCoreL4(under development)

  • 64-bits five-stage pipeline riscv core

Plan

Update

License

TreeCore CPU's codes are release under the GPL-3.0 License and compliance with other open source agreements. You can find all 3rd party libraries licenses in 3RD_PARTY.md.

Acknowledgement

  1. oscpu-framework
  2. NutShell

Reference

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].