HummingBird SoC

HummingBird SoC is an evaluation FPGA SoC based on HummingBird RISC-V Core for customer to evaluate HummingBird Process Core.

Note

HummingBird SoC is no longer maintained now, there is a v2 version, please click HummingBird SoC V2 to learn about it.

To get the up to date documentation about this SoC, please click:

Overview

To easy user to evaluate HummingBird RISC-V Processor Core, the prototype SoC (called Hummingbird SoC) is provided for evaluation purpose.

This prototype SoC includes:

  • Processor Core, it can be RISC-V Core.

  • On-Chip SRAMs for instruction and data.

  • The SoC buses.

  • The basic peripherals, such as UART, GPIO, SPI, I2C, etc.

With this prototype SoC, user can run simulations, map it into the FPGA board, and run with real embedded application examples.

The SoC diagram can be checked as below HummingBird SoC Diagram

HummingBird SoC Diagram

HummingBird SoC Diagram

The SoC memory map for SoC resources is as below HummingBird SoC Memory Map

HummingBird SoC Memory Map

HummingBird SoC Memory Map

If you want to learn more about this evaluation SoC, please check HummingBird SoC project source code.

Supported Boards

In HummingBird SDK, we support the following boards based on HummingBird SoC, see:

Usage

If you want to use this HummingBird SoC in HummingBird SDK, you need to set the SOC Makefile variable to hbird.

# Choose SoC to be hbird
# the following command will build application
# using default hbird SoC based board
# defined in Build System and application Makefile
make SOC=hbird all