# Documentation of Hummingbird E203 #

There will be three main docs to help user ramp up using the Hummingbird E203 Processor Core:

*    蜂鸟E203快速上手介绍.pdf
*    蜂鸟E203开源内核简介.pdf 
*    蜂鸟E203开源SoC简介.pdf

Besides, there are two more docs under different directories which is very useful:

*    https://github.com/SI-RISCV/e200_opensource/tree/master/boards/ 蜂鸟FPGA开发板和JTAG调试器介绍.pdf
*    https://github.com/SI-RISCV/hbird-e-sdk/tree/master/software/FreeRTOSv9.0.0/ 蜂鸟E203移植FreeRTOS.pdf

The Hummingbird E203 Core was deeply introduced in the published Book (蜂鸟E200处理器核在如下出版中文书籍中进行深入浅出的分析讲解):

    《手把手教你设计CPU：RISC-V处理器》（已经上市，请在京东、淘宝、当当上搜索 RISC-V关键字）
  
 <img src="https://github.com/SI-RISCV/e200_opensource/blob/master/bookpic.jpg" width="480">
    
    《RISC-V架构与嵌入式开发快速入门》（已经上市，请在京东、淘宝、当当上搜索 RISC-V关键字）

<img src="https://github.com/SI-RISCV/e200_opensource/blob/master/book2pic.jpg" width="620">

Dedicated FPGA-Board and JTAG-Debugger 
-----------------------------
In order to easy user to study RISC-V in a quick and easy way, we have made a dedicated FPGA-Board and JTAG-Debugger.  Diagram as below:

#### 蜂鸟E203专用的FPGA开发板

#### Nuclei EV Kit
<img src="https://github.com/SI-RISCV/e200_opensource/blob/master/boards/nucleikit/pics/2-1.jpg" width="480">

#### Hummingbird EV Kit
<img src="https://github.com/SI-RISCV/e200_opensource/blob/master/boards/hbirdkit/pics/p6.jpg" width="480">

#### 蜂鸟E203专用的JTAG调试器
<img src="https://github.com/SI-RISCV/e200_opensource/blob/master/boards/nucleikit/pics/3-1.jpg" width="400">

<img src="https://github.com/SI-RISCV/e200_opensource/blob/master/boards/hbirdkit/pics/p4.jpg" width="400">

The detailed introduction and the relevant documentation can be seen from https://github.com/SI-RISCV/e200_opensource/tree/master/boards directory.


