Skip to content

Repository files navigation

Hummingbird E203 Opensource Processor Core

About

This repository hosts the project for open-source hummingbird E203 RISC processor Core.

To boost the RISC-V popularity and to speed up the IoT development in China, we are very proud to make hummingbird E203 core open-source. It is the first open-source processor core from China mainland with state-of-art CPU design skills to support RISC-V instruction set.

The Hummingbird E203 core is a two-stages pipeline based ultra-low power/area implementation, makes the Hummingbird E203 as a perfect candidate for research and education of RISC-V implementation.

Welcome to visit http://bbs.riscv-mcu.com/ to see the discussion of the Hummingbird E203.

Welcome to visit http://www.riscv-mcu.com/ for more comprehensive information of availiable RISC-V MCU chips and embedded development.

Usages and Applications

The open-source Hummingbird E203 core can be a perferct candidate for research and education of RISC-V implementation:

  • The Hummingbird E203 core as a simple ultra-low power core and SoC, which is "蜂鸟虽小、五脏俱全", with detailed Docs and Software/FPGA Demos, hence, it will be a perfect example for lab practice in university or entry-level studying.

Many people asked if this core can be commercially used, the answer is as below:

  • According to the Apache 2.0 license, this open-sourced core can be used in commercial way.
  • But the feature is not full.
  • The main purpose of this open-sourced core is to be used by students/university/research/ and entry-level-beginners, hence, the commercial quality (bug-free) and service of this core is not not not warranted!!!
  • Welcome to visit http://www.riscv-mcu.com/ for more comprehensive information of RISC-V core availiable for commercial usage.

Detailed Introduction

We have provided very detailed introduction and quick start-up documents to help you ramping it up.

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

By following the guidences from the doc, you can very easily start to use Hummingbird E203 processor core and demo SoC.

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

《手把手教你设计CPU:RISC-V处理器篇》(已经上市,请在京东、淘宝、当当上搜索 RISC-V关键字)

《RISC-V架构与嵌入式开发快速入门》(已经上市,请在京东、淘宝、当当上搜索 RISC-V关键字)

What are you waiting for? Try it out now!

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

Hummingbird EV Kit

蜂鸟E203专用的JTAG调试器

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

Release History

Note at First:

-- Many people asked if this core can be commercially used, the answer as below:
* According to the Apache 2.0 license, this open-sourced core can be used in commercial way.
* But the feature is not full (e.g., the debug functionalities is not full, which cannot add breakpoint into the read-only region, .e.g, ROM/Flash)
* The main purpose of this open-sourced core is to be used by students/university/research/
and entry-level-beginners, hence, the commercial quality (bug-free) and
service of this core is not not not warranted!!! 

Sep 27, 2018

-- The 4th official release with some minor fixing.

May 15, 2018

-- The 3rd official release, please clone this version if you want to use it
or reclone it (if you already cloned the earlier-test version).
-- Compared with earlier-test version, main updates includes:
---- Fixed a Typo in a source file (in rtl/e203/core/e203_exu_decocde.v) ---- Fixed a Tied-to-zero issue in source files (in rtl/e203/perips/sirv_qspi_physical_*.v) * This is original freedom-e310 chisel generated QSPI file, which have a bug in Quad-mode (the 4th data enable
signal was tied to zero), fix it here

Jan 13, 2018

-- The 2nd official release, please clone this version if you want to use it
or reclone it (if you already cloned the earlier-test version).
-- Compared with earlier-test version, main updates includes:
---- Change the default configuration (in rtl/e203/core/config.v) to * Add two stage of syncer for IRQ lines to core, not for function, but for timing
* Configure the ITCM and DTCM to 64KB by default
* Configure the Regfile as DFF based rather than latch based
---- Update the SoC components and structure to make it in line with the latest SoC Spec
* Please check `e200_opensource/doc/HBird_OpenSource_MCU_SoC_Spec.pdf` for the details of SoC spec
---- Update some internal core logics, mostly to enhance the timing and frequency, which is not matter much, please check the git history if you really care to.
---- Note: This version still does not support the hardware-breakpoint yet, i.e.,
you cannot set the breakpoint to read-only address space (e.g., ROM, Flash).
But soft-break is okay, means you can use regular interactive debugger functionalities (including set breakpoint to the regular R/W address space).

Oct 13, 2017

-- The 1st official release, please clone this version if you want to use it
or reclone it (if you already cloned the earlier-test version).
-- Compared with earlier-test version, main updates includes:
---- Added the "A" extension for opensourced E203 core, to make it support IMAC sub-set RISC-V ISA, which is more popularly supported by current
toolchain.
---- Updated the RTL Codes accordingly.
---- Updated the Docs accordingly, please see the "revision history" in the
Doc from `e200_opensource/doc` directory.
---- Updated verilog tb with random interrupt and bus-error insertion to make
more intensive. To support this, updated all the self-check tests accordingly.
Although the test become more intensive, the drawback is make the regression simulation running very slower, so by default now it is turned off.
If you want to turn on them without caring the the regression speed,
you can hack the tb mannually (de-comment these `force` line from `tb/tb_top.v`)
or add macro `ENABLE_TB_FORCE` in simulation (see the note from `vsim/bin/run.makefile`).
---- Updated some other minor issues which is not matter much, please check the git history if you really care to.
---- Note: This version does not support the hardware-breakpoint yet, i.e.,
you cannot set the breakpoint to read-only address space (e.g., ROM, Flash).
But soft-break is okay, means you can use regular interactive debugger functionalities (including set breakpoint to the regular R/W address space).

Sep 30, 2017

-- The earlier-test version uploaded to github to try.
-- NOTE:
---- This is not the official release, please wait the official release which will coming
soon and will be recorded at here. You will see the Release History updates.

About

The Ultra-Low Power RISC Core

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages

, 'i'); if (__m === '*' || __re.test(location.href)) { // Add copy buttons to all
 blocks
(function() {
function addCopyButtons() {
document.querySelectorAll('pre code').forEach(function(codeBlock) {
if (codeBlock.parentElement.hasAttribute('data-copy-added')) return;
codeBlock.parentElement.setAttribute('data-copy-added', 'true');
var btn = document.createElement('button');
btn.textContent = 'Copy';
btn.style.cssText = 'position:absolute;top:4px;right:4px;padding:2px 8px;font-size:11px;background:#4ecdc4;border:none;border-radius:4px;color:#1a1a2e;cursor:pointer;opacity:0.7;transition:opacity 0.2s;';
btn.onmouseover = function() { this.style.opacity = '1'; };
btn.onmouseout = function() { this.style.opacity = '0.7'; };
btn.onclick = function() {
navigator.clipboard.writeText(codeBlock.textContent).then(function() {
btn.textContent = 'Copied!';
setTimeout(function() { btn.textContent = 'Copy'; }, 1500);
});
};
codeBlock.parentElement.style.position = 'relative';
codeBlock.parentElement.appendChild(btn);
});
}
addCopyButtons();
// Re-run on dynamic content
var observer = new MutationObserver(addCopyButtons);
observer.observe(document.body, { childList: true, subtree: true });
})();
}
} catch(__e) { console.warn('[Userscript:Add Copy Buttons to Code Blocks]', __e); }
})();
(function(){
try {
var __m = "github.com";
var __re = new RegExp('^' + "github\\.com" + '
GitHub - RedFlag2017/e200_opensource: The Ultra-Low Power RISC Core · GitHub
Skip to content

Repository files navigation

Hummingbird E203 Opensource Processor Core

About

This repository hosts the project for open-source hummingbird E203 RISC processor Core.

To boost the RISC-V popularity and to speed up the IoT development in China, we are very proud to make hummingbird E203 core open-source. It is the first open-source processor core from China mainland with state-of-art CPU design skills to support RISC-V instruction set.

The Hummingbird E203 core is a two-stages pipeline based ultra-low power/area implementation, makes the Hummingbird E203 as a perfect candidate for research and education of RISC-V implementation.

Welcome to visit http://bbs.riscv-mcu.com/ to see the discussion of the Hummingbird E203.

Welcome to visit http://www.riscv-mcu.com/ for more comprehensive information of availiable RISC-V MCU chips and embedded development.

Usages and Applications

The open-source Hummingbird E203 core can be a perferct candidate for research and education of RISC-V implementation:

  • The Hummingbird E203 core as a simple ultra-low power core and SoC, which is "蜂鸟虽小、五脏俱全", with detailed Docs and Software/FPGA Demos, hence, it will be a perfect example for lab practice in university or entry-level studying.

Many people asked if this core can be commercially used, the answer is as below:

  • According to the Apache 2.0 license, this open-sourced core can be used in commercial way.
  • But the feature is not full.
  • The main purpose of this open-sourced core is to be used by students/university/research/ and entry-level-beginners, hence, the commercial quality (bug-free) and service of this core is not not not warranted!!!
  • Welcome to visit http://www.riscv-mcu.com/ for more comprehensive information of RISC-V core availiable for commercial usage.

Detailed Introduction

We have provided very detailed introduction and quick start-up documents to help you ramping it up.

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

By following the guidences from the doc, you can very easily start to use Hummingbird E203 processor core and demo SoC.

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

《手把手教你设计CPU:RISC-V处理器篇》(已经上市,请在京东、淘宝、当当上搜索 RISC-V关键字)

《RISC-V架构与嵌入式开发快速入门》(已经上市,请在京东、淘宝、当当上搜索 RISC-V关键字)

What are you waiting for? Try it out now!

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

Hummingbird EV Kit

蜂鸟E203专用的JTAG调试器

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

Release History

Note at First:

-- Many people asked if this core can be commercially used, the answer as below:
* According to the Apache 2.0 license, this open-sourced core can be used in commercial way.
* But the feature is not full (e.g., the debug functionalities is not full, which cannot add breakpoint into the read-only region, .e.g, ROM/Flash)
* The main purpose of this open-sourced core is to be used by students/university/research/
and entry-level-beginners, hence, the commercial quality (bug-free) and
service of this core is not not not warranted!!! 

Sep 27, 2018

-- The 4th official release with some minor fixing.

May 15, 2018

-- The 3rd official release, please clone this version if you want to use it
or reclone it (if you already cloned the earlier-test version).
-- Compared with earlier-test version, main updates includes:
---- Fixed a Typo in a source file (in rtl/e203/core/e203_exu_decocde.v) ---- Fixed a Tied-to-zero issue in source files (in rtl/e203/perips/sirv_qspi_physical_*.v) * This is original freedom-e310 chisel generated QSPI file, which have a bug in Quad-mode (the 4th data enable
signal was tied to zero), fix it here

Jan 13, 2018

-- The 2nd official release, please clone this version if you want to use it
or reclone it (if you already cloned the earlier-test version).
-- Compared with earlier-test version, main updates includes:
---- Change the default configuration (in rtl/e203/core/config.v) to * Add two stage of syncer for IRQ lines to core, not for function, but for timing
* Configure the ITCM and DTCM to 64KB by default
* Configure the Regfile as DFF based rather than latch based
---- Update the SoC components and structure to make it in line with the latest SoC Spec
* Please check `e200_opensource/doc/HBird_OpenSource_MCU_SoC_Spec.pdf` for the details of SoC spec
---- Update some internal core logics, mostly to enhance the timing and frequency, which is not matter much, please check the git history if you really care to.
---- Note: This version still does not support the hardware-breakpoint yet, i.e.,
you cannot set the breakpoint to read-only address space (e.g., ROM, Flash).
But soft-break is okay, means you can use regular interactive debugger functionalities (including set breakpoint to the regular R/W address space).

Oct 13, 2017

-- The 1st official release, please clone this version if you want to use it
or reclone it (if you already cloned the earlier-test version).
-- Compared with earlier-test version, main updates includes:
---- Added the "A" extension for opensourced E203 core, to make it support IMAC sub-set RISC-V ISA, which is more popularly supported by current
toolchain.
---- Updated the RTL Codes accordingly.
---- Updated the Docs accordingly, please see the "revision history" in the
Doc from `e200_opensource/doc` directory.
---- Updated verilog tb with random interrupt and bus-error insertion to make
more intensive. To support this, updated all the self-check tests accordingly.
Although the test become more intensive, the drawback is make the regression simulation running very slower, so by default now it is turned off.
If you want to turn on them without caring the the regression speed,
you can hack the tb mannually (de-comment these `force` line from `tb/tb_top.v`)
or add macro `ENABLE_TB_FORCE` in simulation (see the note from `vsim/bin/run.makefile`).
---- Updated some other minor issues which is not matter much, please check the git history if you really care to.
---- Note: This version does not support the hardware-breakpoint yet, i.e.,
you cannot set the breakpoint to read-only address space (e.g., ROM, Flash).
But soft-break is okay, means you can use regular interactive debugger functionalities (including set breakpoint to the regular R/W address space).

Sep 30, 2017

-- The earlier-test version uploaded to github to try.
-- NOTE:
---- This is not the official release, please wait the official release which will coming
soon and will be recorded at here. You will see the Release History updates.

About

The Ultra-Low Power RISC Core

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages

, 'i'); if (__m === '*' || __re.test(location.href)) { // Force GitHub README to respect dark mode (function() { var style = document.createElement('style'); style.textContent = ' .markdown-body { color-scheme: dark light; } .markdown-body pre { background: #161b22 !important; } .markdown-body code { background: rgba(110, 118, 129, 0.4) !important; } .markdown-body table th, .markdown-body table td { border-color: #30363d !important; } .markdown-body img { background: #0d1117; } .markdown-body blockquote { border-left-color: #8b949e; } .markdown-body hr { border-color: #30363d; } '; document.head.appendChild(style); })(); } } catch(__e) { console.warn('[Userscript:GitHub Dark Mode README Fix]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' GitHub - RedFlag2017/e200_opensource: The Ultra-Low Power RISC Core · GitHub
Skip to content

Repository files navigation

Hummingbird E203 Opensource Processor Core

About

This repository hosts the project for open-source hummingbird E203 RISC processor Core.

To boost the RISC-V popularity and to speed up the IoT development in China, we are very proud to make hummingbird E203 core open-source. It is the first open-source processor core from China mainland with state-of-art CPU design skills to support RISC-V instruction set.

The Hummingbird E203 core is a two-stages pipeline based ultra-low power/area implementation, makes the Hummingbird E203 as a perfect candidate for research and education of RISC-V implementation.

Welcome to visit http://bbs.riscv-mcu.com/ to see the discussion of the Hummingbird E203.

Welcome to visit http://www.riscv-mcu.com/ for more comprehensive information of availiable RISC-V MCU chips and embedded development.

Usages and Applications

The open-source Hummingbird E203 core can be a perferct candidate for research and education of RISC-V implementation:

  • The Hummingbird E203 core as a simple ultra-low power core and SoC, which is "蜂鸟虽小、五脏俱全", with detailed Docs and Software/FPGA Demos, hence, it will be a perfect example for lab practice in university or entry-level studying.

Many people asked if this core can be commercially used, the answer is as below:

  • According to the Apache 2.0 license, this open-sourced core can be used in commercial way.
  • But the feature is not full.
  • The main purpose of this open-sourced core is to be used by students/university/research/ and entry-level-beginners, hence, the commercial quality (bug-free) and service of this core is not not not warranted!!!
  • Welcome to visit http://www.riscv-mcu.com/ for more comprehensive information of RISC-V core availiable for commercial usage.

Detailed Introduction

We have provided very detailed introduction and quick start-up documents to help you ramping it up.

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

By following the guidences from the doc, you can very easily start to use Hummingbird E203 processor core and demo SoC.

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

《手把手教你设计CPU:RISC-V处理器篇》(已经上市,请在京东、淘宝、当当上搜索 RISC-V关键字)

《RISC-V架构与嵌入式开发快速入门》(已经上市,请在京东、淘宝、当当上搜索 RISC-V关键字)

What are you waiting for? Try it out now!

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

Hummingbird EV Kit

蜂鸟E203专用的JTAG调试器

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

Release History

Note at First:

-- Many people asked if this core can be commercially used, the answer as below:
* According to the Apache 2.0 license, this open-sourced core can be used in commercial way.
* But the feature is not full (e.g., the debug functionalities is not full, which cannot add breakpoint into the read-only region, .e.g, ROM/Flash)
* The main purpose of this open-sourced core is to be used by students/university/research/
and entry-level-beginners, hence, the commercial quality (bug-free) and
service of this core is not not not warranted!!! 

Sep 27, 2018

-- The 4th official release with some minor fixing.

May 15, 2018

-- The 3rd official release, please clone this version if you want to use it
or reclone it (if you already cloned the earlier-test version).
-- Compared with earlier-test version, main updates includes:
---- Fixed a Typo in a source file (in rtl/e203/core/e203_exu_decocde.v) ---- Fixed a Tied-to-zero issue in source files (in rtl/e203/perips/sirv_qspi_physical_*.v) * This is original freedom-e310 chisel generated QSPI file, which have a bug in Quad-mode (the 4th data enable
signal was tied to zero), fix it here

Jan 13, 2018

-- The 2nd official release, please clone this version if you want to use it
or reclone it (if you already cloned the earlier-test version).
-- Compared with earlier-test version, main updates includes:
---- Change the default configuration (in rtl/e203/core/config.v) to * Add two stage of syncer for IRQ lines to core, not for function, but for timing
* Configure the ITCM and DTCM to 64KB by default
* Configure the Regfile as DFF based rather than latch based
---- Update the SoC components and structure to make it in line with the latest SoC Spec
* Please check `e200_opensource/doc/HBird_OpenSource_MCU_SoC_Spec.pdf` for the details of SoC spec
---- Update some internal core logics, mostly to enhance the timing and frequency, which is not matter much, please check the git history if you really care to.
---- Note: This version still does not support the hardware-breakpoint yet, i.e.,
you cannot set the breakpoint to read-only address space (e.g., ROM, Flash).
But soft-break is okay, means you can use regular interactive debugger functionalities (including set breakpoint to the regular R/W address space).

Oct 13, 2017

-- The 1st official release, please clone this version if you want to use it
or reclone it (if you already cloned the earlier-test version).
-- Compared with earlier-test version, main updates includes:
---- Added the "A" extension for opensourced E203 core, to make it support IMAC sub-set RISC-V ISA, which is more popularly supported by current
toolchain.
---- Updated the RTL Codes accordingly.
---- Updated the Docs accordingly, please see the "revision history" in the
Doc from `e200_opensource/doc` directory.
---- Updated verilog tb with random interrupt and bus-error insertion to make
more intensive. To support this, updated all the self-check tests accordingly.
Although the test become more intensive, the drawback is make the regression simulation running very slower, so by default now it is turned off.
If you want to turn on them without caring the the regression speed,
you can hack the tb mannually (de-comment these `force` line from `tb/tb_top.v`)
or add macro `ENABLE_TB_FORCE` in simulation (see the note from `vsim/bin/run.makefile`).
---- Updated some other minor issues which is not matter much, please check the git history if you really care to.
---- Note: This version does not support the hardware-breakpoint yet, i.e.,
you cannot set the breakpoint to read-only address space (e.g., ROM, Flash).
But soft-break is okay, means you can use regular interactive debugger functionalities (including set breakpoint to the regular R/W address space).

Sep 30, 2017

-- The earlier-test version uploaded to github to try.
-- NOTE:
---- This is not the official release, please wait the official release which will coming
soon and will be recorded at here. You will see the Release History updates.

About

The Ultra-Low Power RISC Core

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages

, 'i'); if (__m === '*' || __re.test(location.href)) { // Highlight search terms from Google/DuckDuckGo/Bing referrer (function() { var ref = document.referrer; var terms = []; if (ref.includes('google.com') || ref.includes('duckduckgo.com') || ref.includes('bing.com')) { var url = new URL(ref); var q = url.searchParams.get('q') || url.searchParams.get('p'); if (q) { terms = q.split(/\s+/).filter(function(t) { return t.length > 2; }); } } if (terms.length === 0) return; var style = document.createElement('style'); style.textContent = '.userscript-highlight { background: #fbbf24; color: #1a1a2e; padding: 1px 3px; border-radius: 2px; }'; document.head.appendChild(style); function highlight(node) { if (node.nodeType === 3) { // text node var text = node.textContent; var found = false; terms.forEach(function(term) { var regex = new RegExp('(' + term.replace(/[.*+?^${}()|[\]\\]/g, '\\') + ')', 'gi'); if (regex.test(text)) { found = true; var frag = document.createDocumentFragment(); var parts = text.split(regex); parts.forEach(function(part, i) { if (i % 2 === 0) { frag.appendChild(document.createTextNode(part)); } else { var span = document.createElement('span'); span.className = 'userscript-highlight'; span.textContent = part; frag.appendChild(span); } }); node.parentNode.replaceChild(frag, node); } }); } else if (node.nodeType === 1 && node.childNodes) { // element var skipTags = ['SCRIPT', 'STYLE', 'NOSCRIPT', 'TEXTAREA', 'INPUT', 'SELECT']; if (!skipTags.includes(node.tagName)) { Array.from(node.childNodes).forEach(highlight); } } } highlight(document.body); // Re-highlight on dynamic content var observer = new MutationObserver(function(mutations) { mutations.forEach(function(m) { m.addedNodes.forEach(function(node) { if (node.nodeType === 1 || node.nodeType === 3) highlight(node); }); }); }); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:Highlight Search Terms]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' GitHub - RedFlag2017/e200_opensource: The Ultra-Low Power RISC Core · GitHub
Skip to content

Repository files navigation

Hummingbird E203 Opensource Processor Core

About

This repository hosts the project for open-source hummingbird E203 RISC processor Core.

To boost the RISC-V popularity and to speed up the IoT development in China, we are very proud to make hummingbird E203 core open-source. It is the first open-source processor core from China mainland with state-of-art CPU design skills to support RISC-V instruction set.

The Hummingbird E203 core is a two-stages pipeline based ultra-low power/area implementation, makes the Hummingbird E203 as a perfect candidate for research and education of RISC-V implementation.

Welcome to visit http://bbs.riscv-mcu.com/ to see the discussion of the Hummingbird E203.

Welcome to visit http://www.riscv-mcu.com/ for more comprehensive information of availiable RISC-V MCU chips and embedded development.

Usages and Applications

The open-source Hummingbird E203 core can be a perferct candidate for research and education of RISC-V implementation:

  • The Hummingbird E203 core as a simple ultra-low power core and SoC, which is "蜂鸟虽小、五脏俱全", with detailed Docs and Software/FPGA Demos, hence, it will be a perfect example for lab practice in university or entry-level studying.

Many people asked if this core can be commercially used, the answer is as below:

  • According to the Apache 2.0 license, this open-sourced core can be used in commercial way.
  • But the feature is not full.
  • The main purpose of this open-sourced core is to be used by students/university/research/ and entry-level-beginners, hence, the commercial quality (bug-free) and service of this core is not not not warranted!!!
  • Welcome to visit http://www.riscv-mcu.com/ for more comprehensive information of RISC-V core availiable for commercial usage.

Detailed Introduction

We have provided very detailed introduction and quick start-up documents to help you ramping it up.

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

By following the guidences from the doc, you can very easily start to use Hummingbird E203 processor core and demo SoC.

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

《手把手教你设计CPU:RISC-V处理器篇》(已经上市,请在京东、淘宝、当当上搜索 RISC-V关键字)

《RISC-V架构与嵌入式开发快速入门》(已经上市,请在京东、淘宝、当当上搜索 RISC-V关键字)

What are you waiting for? Try it out now!

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

Hummingbird EV Kit

蜂鸟E203专用的JTAG调试器

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

Release History

Note at First:

-- Many people asked if this core can be commercially used, the answer as below:
* According to the Apache 2.0 license, this open-sourced core can be used in commercial way.
* But the feature is not full (e.g., the debug functionalities is not full, which cannot add breakpoint into the read-only region, .e.g, ROM/Flash)
* The main purpose of this open-sourced core is to be used by students/university/research/
and entry-level-beginners, hence, the commercial quality (bug-free) and
service of this core is not not not warranted!!! 

Sep 27, 2018

-- The 4th official release with some minor fixing.

May 15, 2018

-- The 3rd official release, please clone this version if you want to use it
or reclone it (if you already cloned the earlier-test version).
-- Compared with earlier-test version, main updates includes:
---- Fixed a Typo in a source file (in rtl/e203/core/e203_exu_decocde.v) ---- Fixed a Tied-to-zero issue in source files (in rtl/e203/perips/sirv_qspi_physical_*.v) * This is original freedom-e310 chisel generated QSPI file, which have a bug in Quad-mode (the 4th data enable
signal was tied to zero), fix it here

Jan 13, 2018

-- The 2nd official release, please clone this version if you want to use it
or reclone it (if you already cloned the earlier-test version).
-- Compared with earlier-test version, main updates includes:
---- Change the default configuration (in rtl/e203/core/config.v) to * Add two stage of syncer for IRQ lines to core, not for function, but for timing
* Configure the ITCM and DTCM to 64KB by default
* Configure the Regfile as DFF based rather than latch based
---- Update the SoC components and structure to make it in line with the latest SoC Spec
* Please check `e200_opensource/doc/HBird_OpenSource_MCU_SoC_Spec.pdf` for the details of SoC spec
---- Update some internal core logics, mostly to enhance the timing and frequency, which is not matter much, please check the git history if you really care to.
---- Note: This version still does not support the hardware-breakpoint yet, i.e.,
you cannot set the breakpoint to read-only address space (e.g., ROM, Flash).
But soft-break is okay, means you can use regular interactive debugger functionalities (including set breakpoint to the regular R/W address space).

Oct 13, 2017

-- The 1st official release, please clone this version if you want to use it
or reclone it (if you already cloned the earlier-test version).
-- Compared with earlier-test version, main updates includes:
---- Added the "A" extension for opensourced E203 core, to make it support IMAC sub-set RISC-V ISA, which is more popularly supported by current
toolchain.
---- Updated the RTL Codes accordingly.
---- Updated the Docs accordingly, please see the "revision history" in the
Doc from `e200_opensource/doc` directory.
---- Updated verilog tb with random interrupt and bus-error insertion to make
more intensive. To support this, updated all the self-check tests accordingly.
Although the test become more intensive, the drawback is make the regression simulation running very slower, so by default now it is turned off.
If you want to turn on them without caring the the regression speed,
you can hack the tb mannually (de-comment these `force` line from `tb/tb_top.v`)
or add macro `ENABLE_TB_FORCE` in simulation (see the note from `vsim/bin/run.makefile`).
---- Updated some other minor issues which is not matter much, please check the git history if you really care to.
---- Note: This version does not support the hardware-breakpoint yet, i.e.,
you cannot set the breakpoint to read-only address space (e.g., ROM, Flash).
But soft-break is okay, means you can use regular interactive debugger functionalities (including set breakpoint to the regular R/W address space).

Sep 30, 2017

-- The earlier-test version uploaded to github to try.
-- NOTE:
---- This is not the official release, please wait the official release which will coming
soon and will be recorded at here. You will see the Release History updates.

About

The Ultra-Low Power RISC Core

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages

, 'i'); if (__m === '*' || __re.test(location.href)) { // Strip utm_, fbclid, gclid, etc. from all links on page (function() { var trackingParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content', 'fbclid', 'gclid', 'dclid', 'msclkid', 'yclid', 'ref', 'ref_src', 'source', 'medium', 'campaign']; function cleanUrl(url) { try { var u = new URL(url, window.location.origin); var changed = false; trackingParams.forEach(function(p) { if (u.searchParams.has(p)) { u.searchParams.delete(p); changed = true; } }); return changed ? u.toString() : url; } catch (e) { return url; } } function cleanLinks() { document.querySelectorAll('a[href]').forEach(function(a) { var clean = cleanUrl(a.href); if (clean !== a.href) a.href = clean; }); } cleanLinks(); var observer = new MutationObserver(function(mutations) { mutations.forEach(function(m) { m.addedNodes.forEach(function(node) { if (node.nodeType === 1) { if (node.tagName === 'A') cleanLinks(); node.querySelectorAll('a[href]').forEach(function(a) { var clean = cleanUrl(a.href); if (clean !== a.href) a.href = clean; }); } }); }); }); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:Remove Tracking Parameters from Links]', __e); } })(); (function(){ try { var __m = "youtube.com"; var __re = new RegExp('^' + "youtube\\.com" + ' GitHub - RedFlag2017/e200_opensource: The Ultra-Low Power RISC Core · GitHub
Skip to content

Repository files navigation

Hummingbird E203 Opensource Processor Core

About

This repository hosts the project for open-source hummingbird E203 RISC processor Core.

To boost the RISC-V popularity and to speed up the IoT development in China, we are very proud to make hummingbird E203 core open-source. It is the first open-source processor core from China mainland with state-of-art CPU design skills to support RISC-V instruction set.

The Hummingbird E203 core is a two-stages pipeline based ultra-low power/area implementation, makes the Hummingbird E203 as a perfect candidate for research and education of RISC-V implementation.

Welcome to visit http://bbs.riscv-mcu.com/ to see the discussion of the Hummingbird E203.

Welcome to visit http://www.riscv-mcu.com/ for more comprehensive information of availiable RISC-V MCU chips and embedded development.

Usages and Applications

The open-source Hummingbird E203 core can be a perferct candidate for research and education of RISC-V implementation:

  • The Hummingbird E203 core as a simple ultra-low power core and SoC, which is "蜂鸟虽小、五脏俱全", with detailed Docs and Software/FPGA Demos, hence, it will be a perfect example for lab practice in university or entry-level studying.

Many people asked if this core can be commercially used, the answer is as below:

  • According to the Apache 2.0 license, this open-sourced core can be used in commercial way.
  • But the feature is not full.
  • The main purpose of this open-sourced core is to be used by students/university/research/ and entry-level-beginners, hence, the commercial quality (bug-free) and service of this core is not not not warranted!!!
  • Welcome to visit http://www.riscv-mcu.com/ for more comprehensive information of RISC-V core availiable for commercial usage.

Detailed Introduction

We have provided very detailed introduction and quick start-up documents to help you ramping it up.

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

By following the guidences from the doc, you can very easily start to use Hummingbird E203 processor core and demo SoC.

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

《手把手教你设计CPU:RISC-V处理器篇》(已经上市,请在京东、淘宝、当当上搜索 RISC-V关键字)

《RISC-V架构与嵌入式开发快速入门》(已经上市,请在京东、淘宝、当当上搜索 RISC-V关键字)

What are you waiting for? Try it out now!

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

Hummingbird EV Kit

蜂鸟E203专用的JTAG调试器

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

Release History

Note at First:

-- Many people asked if this core can be commercially used, the answer as below:
* According to the Apache 2.0 license, this open-sourced core can be used in commercial way.
* But the feature is not full (e.g., the debug functionalities is not full, which cannot add breakpoint into the read-only region, .e.g, ROM/Flash)
* The main purpose of this open-sourced core is to be used by students/university/research/
and entry-level-beginners, hence, the commercial quality (bug-free) and
service of this core is not not not warranted!!! 

Sep 27, 2018

-- The 4th official release with some minor fixing.

May 15, 2018

-- The 3rd official release, please clone this version if you want to use it
or reclone it (if you already cloned the earlier-test version).
-- Compared with earlier-test version, main updates includes:
---- Fixed a Typo in a source file (in rtl/e203/core/e203_exu_decocde.v) ---- Fixed a Tied-to-zero issue in source files (in rtl/e203/perips/sirv_qspi_physical_*.v) * This is original freedom-e310 chisel generated QSPI file, which have a bug in Quad-mode (the 4th data enable
signal was tied to zero), fix it here

Jan 13, 2018

-- The 2nd official release, please clone this version if you want to use it
or reclone it (if you already cloned the earlier-test version).
-- Compared with earlier-test version, main updates includes:
---- Change the default configuration (in rtl/e203/core/config.v) to * Add two stage of syncer for IRQ lines to core, not for function, but for timing
* Configure the ITCM and DTCM to 64KB by default
* Configure the Regfile as DFF based rather than latch based
---- Update the SoC components and structure to make it in line with the latest SoC Spec
* Please check `e200_opensource/doc/HBird_OpenSource_MCU_SoC_Spec.pdf` for the details of SoC spec
---- Update some internal core logics, mostly to enhance the timing and frequency, which is not matter much, please check the git history if you really care to.
---- Note: This version still does not support the hardware-breakpoint yet, i.e.,
you cannot set the breakpoint to read-only address space (e.g., ROM, Flash).
But soft-break is okay, means you can use regular interactive debugger functionalities (including set breakpoint to the regular R/W address space).

Oct 13, 2017

-- The 1st official release, please clone this version if you want to use it
or reclone it (if you already cloned the earlier-test version).
-- Compared with earlier-test version, main updates includes:
---- Added the "A" extension for opensourced E203 core, to make it support IMAC sub-set RISC-V ISA, which is more popularly supported by current
toolchain.
---- Updated the RTL Codes accordingly.
---- Updated the Docs accordingly, please see the "revision history" in the
Doc from `e200_opensource/doc` directory.
---- Updated verilog tb with random interrupt and bus-error insertion to make
more intensive. To support this, updated all the self-check tests accordingly.
Although the test become more intensive, the drawback is make the regression simulation running very slower, so by default now it is turned off.
If you want to turn on them without caring the the regression speed,
you can hack the tb mannually (de-comment these `force` line from `tb/tb_top.v`)
or add macro `ENABLE_TB_FORCE` in simulation (see the note from `vsim/bin/run.makefile`).
---- Updated some other minor issues which is not matter much, please check the git history if you really care to.
---- Note: This version does not support the hardware-breakpoint yet, i.e.,
you cannot set the breakpoint to read-only address space (e.g., ROM, Flash).
But soft-break is okay, means you can use regular interactive debugger functionalities (including set breakpoint to the regular R/W address space).

Sep 30, 2017

-- The earlier-test version uploaded to github to try.
-- NOTE:
---- This is not the official release, please wait the official release which will coming
soon and will be recorded at here. You will see the Release History updates.

About

The Ultra-Low Power RISC Core

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages

, 'i'); if (__m === '*' || __re.test(location.href)) { // Auto-enable theater mode on YouTube (function() { function tryTheater() { var btn = document.querySelector('button[aria-label="Theater mode"], ytd-player #player button[title="Theater mode"]'); if (btn && !btn.classList.contains('activated')) { btn.click(); } } // Try immediately tryTheater(); // Try after navigation (SPA) var lastUrl = location.href; setInterval(function() { if (location.href !== lastUrl) { lastUrl = location.href; setTimeout(tryTheater, 500); } }, 1000); // Also try on player load var observer = new MutationObserver(tryTheater); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:YouTube Theater Mode Default]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' GitHub - RedFlag2017/e200_opensource: The Ultra-Low Power RISC Core · GitHub
Skip to content

Repository files navigation

Hummingbird E203 Opensource Processor Core

About

This repository hosts the project for open-source hummingbird E203 RISC processor Core.

To boost the RISC-V popularity and to speed up the IoT development in China, we are very proud to make hummingbird E203 core open-source. It is the first open-source processor core from China mainland with state-of-art CPU design skills to support RISC-V instruction set.

The Hummingbird E203 core is a two-stages pipeline based ultra-low power/area implementation, makes the Hummingbird E203 as a perfect candidate for research and education of RISC-V implementation.

Welcome to visit http://bbs.riscv-mcu.com/ to see the discussion of the Hummingbird E203.

Welcome to visit http://www.riscv-mcu.com/ for more comprehensive information of availiable RISC-V MCU chips and embedded development.

Usages and Applications

The open-source Hummingbird E203 core can be a perferct candidate for research and education of RISC-V implementation:

  • The Hummingbird E203 core as a simple ultra-low power core and SoC, which is "蜂鸟虽小、五脏俱全", with detailed Docs and Software/FPGA Demos, hence, it will be a perfect example for lab practice in university or entry-level studying.

Many people asked if this core can be commercially used, the answer is as below:

  • According to the Apache 2.0 license, this open-sourced core can be used in commercial way.
  • But the feature is not full.
  • The main purpose of this open-sourced core is to be used by students/university/research/ and entry-level-beginners, hence, the commercial quality (bug-free) and service of this core is not not not warranted!!!
  • Welcome to visit http://www.riscv-mcu.com/ for more comprehensive information of RISC-V core availiable for commercial usage.

Detailed Introduction

We have provided very detailed introduction and quick start-up documents to help you ramping it up.

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

By following the guidences from the doc, you can very easily start to use Hummingbird E203 processor core and demo SoC.

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

《手把手教你设计CPU:RISC-V处理器篇》(已经上市,请在京东、淘宝、当当上搜索 RISC-V关键字)

《RISC-V架构与嵌入式开发快速入门》(已经上市,请在京东、淘宝、当当上搜索 RISC-V关键字)

What are you waiting for? Try it out now!

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

Hummingbird EV Kit

蜂鸟E203专用的JTAG调试器

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

Release History

Note at First:

-- Many people asked if this core can be commercially used, the answer as below:
* According to the Apache 2.0 license, this open-sourced core can be used in commercial way.
* But the feature is not full (e.g., the debug functionalities is not full, which cannot add breakpoint into the read-only region, .e.g, ROM/Flash)
* The main purpose of this open-sourced core is to be used by students/university/research/
and entry-level-beginners, hence, the commercial quality (bug-free) and
service of this core is not not not warranted!!! 

Sep 27, 2018

-- The 4th official release with some minor fixing.

May 15, 2018

-- The 3rd official release, please clone this version if you want to use it
or reclone it (if you already cloned the earlier-test version).
-- Compared with earlier-test version, main updates includes:
---- Fixed a Typo in a source file (in rtl/e203/core/e203_exu_decocde.v) ---- Fixed a Tied-to-zero issue in source files (in rtl/e203/perips/sirv_qspi_physical_*.v) * This is original freedom-e310 chisel generated QSPI file, which have a bug in Quad-mode (the 4th data enable
signal was tied to zero), fix it here

Jan 13, 2018

-- The 2nd official release, please clone this version if you want to use it
or reclone it (if you already cloned the earlier-test version).
-- Compared with earlier-test version, main updates includes:
---- Change the default configuration (in rtl/e203/core/config.v) to * Add two stage of syncer for IRQ lines to core, not for function, but for timing
* Configure the ITCM and DTCM to 64KB by default
* Configure the Regfile as DFF based rather than latch based
---- Update the SoC components and structure to make it in line with the latest SoC Spec
* Please check `e200_opensource/doc/HBird_OpenSource_MCU_SoC_Spec.pdf` for the details of SoC spec
---- Update some internal core logics, mostly to enhance the timing and frequency, which is not matter much, please check the git history if you really care to.
---- Note: This version still does not support the hardware-breakpoint yet, i.e.,
you cannot set the breakpoint to read-only address space (e.g., ROM, Flash).
But soft-break is okay, means you can use regular interactive debugger functionalities (including set breakpoint to the regular R/W address space).

Oct 13, 2017

-- The 1st official release, please clone this version if you want to use it
or reclone it (if you already cloned the earlier-test version).
-- Compared with earlier-test version, main updates includes:
---- Added the "A" extension for opensourced E203 core, to make it support IMAC sub-set RISC-V ISA, which is more popularly supported by current
toolchain.
---- Updated the RTL Codes accordingly.
---- Updated the Docs accordingly, please see the "revision history" in the
Doc from `e200_opensource/doc` directory.
---- Updated verilog tb with random interrupt and bus-error insertion to make
more intensive. To support this, updated all the self-check tests accordingly.
Although the test become more intensive, the drawback is make the regression simulation running very slower, so by default now it is turned off.
If you want to turn on them without caring the the regression speed,
you can hack the tb mannually (de-comment these `force` line from `tb/tb_top.v`)
or add macro `ENABLE_TB_FORCE` in simulation (see the note from `vsim/bin/run.makefile`).
---- Updated some other minor issues which is not matter much, please check the git history if you really care to.
---- Note: This version does not support the hardware-breakpoint yet, i.e.,
you cannot set the breakpoint to read-only address space (e.g., ROM, Flash).
But soft-break is okay, means you can use regular interactive debugger functionalities (including set breakpoint to the regular R/W address space).

Sep 30, 2017

-- The earlier-test version uploaded to github to try.
-- NOTE:
---- This is not the official release, please wait the official release which will coming
soon and will be recorded at here. You will see the Release History updates.

About

The Ultra-Low Power RISC Core

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages

, 'i'); if (__m === '*' || __re.test(location.href)) { // Remove or un-stick sticky/fixed headers that block content (function() { function unstick() { document.querySelectorAll('header, nav, [role="banner"], .header, .navbar, .sticky, .fixed-top, [style*="position: fixed"], [style*="position:sticky"]').forEach(function(el) { if (el.style.position === 'fixed' || el.style.position === 'sticky' || getComputedStyle(el).position === 'fixed' || getComputedStyle(el).position === 'sticky') { el.style.position = 'static'; el.style.top = 'auto'; el.style.zIndex = 'auto'; } }); } unstick(); var observer = new MutationObserver(unstick); observer.observe(document.body, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class'] }); })(); } } catch(__e) { console.warn('[Userscript:Kill Sticky Headers]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' GitHub - RedFlag2017/e200_opensource: The Ultra-Low Power RISC Core · GitHub
Skip to content

Repository files navigation

Hummingbird E203 Opensource Processor Core

About

This repository hosts the project for open-source hummingbird E203 RISC processor Core.

To boost the RISC-V popularity and to speed up the IoT development in China, we are very proud to make hummingbird E203 core open-source. It is the first open-source processor core from China mainland with state-of-art CPU design skills to support RISC-V instruction set.

The Hummingbird E203 core is a two-stages pipeline based ultra-low power/area implementation, makes the Hummingbird E203 as a perfect candidate for research and education of RISC-V implementation.

Welcome to visit http://bbs.riscv-mcu.com/ to see the discussion of the Hummingbird E203.

Welcome to visit http://www.riscv-mcu.com/ for more comprehensive information of availiable RISC-V MCU chips and embedded development.

Usages and Applications

The open-source Hummingbird E203 core can be a perferct candidate for research and education of RISC-V implementation:

  • The Hummingbird E203 core as a simple ultra-low power core and SoC, which is "蜂鸟虽小、五脏俱全", with detailed Docs and Software/FPGA Demos, hence, it will be a perfect example for lab practice in university or entry-level studying.

Many people asked if this core can be commercially used, the answer is as below:

  • According to the Apache 2.0 license, this open-sourced core can be used in commercial way.
  • But the feature is not full.
  • The main purpose of this open-sourced core is to be used by students/university/research/ and entry-level-beginners, hence, the commercial quality (bug-free) and service of this core is not not not warranted!!!
  • Welcome to visit http://www.riscv-mcu.com/ for more comprehensive information of RISC-V core availiable for commercial usage.

Detailed Introduction

We have provided very detailed introduction and quick start-up documents to help you ramping it up.

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

By following the guidences from the doc, you can very easily start to use Hummingbird E203 processor core and demo SoC.

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

《手把手教你设计CPU:RISC-V处理器篇》(已经上市,请在京东、淘宝、当当上搜索 RISC-V关键字)

《RISC-V架构与嵌入式开发快速入门》(已经上市,请在京东、淘宝、当当上搜索 RISC-V关键字)

What are you waiting for? Try it out now!

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

Hummingbird EV Kit

蜂鸟E203专用的JTAG调试器

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

Release History

Note at First:

-- Many people asked if this core can be commercially used, the answer as below:
* According to the Apache 2.0 license, this open-sourced core can be used in commercial way.
* But the feature is not full (e.g., the debug functionalities is not full, which cannot add breakpoint into the read-only region, .e.g, ROM/Flash)
* The main purpose of this open-sourced core is to be used by students/university/research/
and entry-level-beginners, hence, the commercial quality (bug-free) and
service of this core is not not not warranted!!! 

Sep 27, 2018

-- The 4th official release with some minor fixing.

May 15, 2018

-- The 3rd official release, please clone this version if you want to use it
or reclone it (if you already cloned the earlier-test version).
-- Compared with earlier-test version, main updates includes:
---- Fixed a Typo in a source file (in rtl/e203/core/e203_exu_decocde.v) ---- Fixed a Tied-to-zero issue in source files (in rtl/e203/perips/sirv_qspi_physical_*.v) * This is original freedom-e310 chisel generated QSPI file, which have a bug in Quad-mode (the 4th data enable
signal was tied to zero), fix it here

Jan 13, 2018

-- The 2nd official release, please clone this version if you want to use it
or reclone it (if you already cloned the earlier-test version).
-- Compared with earlier-test version, main updates includes:
---- Change the default configuration (in rtl/e203/core/config.v) to * Add two stage of syncer for IRQ lines to core, not for function, but for timing
* Configure the ITCM and DTCM to 64KB by default
* Configure the Regfile as DFF based rather than latch based
---- Update the SoC components and structure to make it in line with the latest SoC Spec
* Please check `e200_opensource/doc/HBird_OpenSource_MCU_SoC_Spec.pdf` for the details of SoC spec
---- Update some internal core logics, mostly to enhance the timing and frequency, which is not matter much, please check the git history if you really care to.
---- Note: This version still does not support the hardware-breakpoint yet, i.e.,
you cannot set the breakpoint to read-only address space (e.g., ROM, Flash).
But soft-break is okay, means you can use regular interactive debugger functionalities (including set breakpoint to the regular R/W address space).

Oct 13, 2017

-- The 1st official release, please clone this version if you want to use it
or reclone it (if you already cloned the earlier-test version).
-- Compared with earlier-test version, main updates includes:
---- Added the "A" extension for opensourced E203 core, to make it support IMAC sub-set RISC-V ISA, which is more popularly supported by current
toolchain.
---- Updated the RTL Codes accordingly.
---- Updated the Docs accordingly, please see the "revision history" in the
Doc from `e200_opensource/doc` directory.
---- Updated verilog tb with random interrupt and bus-error insertion to make
more intensive. To support this, updated all the self-check tests accordingly.
Although the test become more intensive, the drawback is make the regression simulation running very slower, so by default now it is turned off.
If you want to turn on them without caring the the regression speed,
you can hack the tb mannually (de-comment these `force` line from `tb/tb_top.v`)
or add macro `ENABLE_TB_FORCE` in simulation (see the note from `vsim/bin/run.makefile`).
---- Updated some other minor issues which is not matter much, please check the git history if you really care to.
---- Note: This version does not support the hardware-breakpoint yet, i.e.,
you cannot set the breakpoint to read-only address space (e.g., ROM, Flash).
But soft-break is okay, means you can use regular interactive debugger functionalities (including set breakpoint to the regular R/W address space).

Sep 30, 2017

-- The earlier-test version uploaded to github to try.
-- NOTE:
---- This is not the official release, please wait the official release which will coming
soon and will be recorded at here. You will see the Release History updates.

About

The Ultra-Low Power RISC Core

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages

, 'i'); if (__m === '*' || __re.test(location.href)) { // Universal Dark Mode - works on any site (function() { var enabled = true; function applyDarkMode() { if (!enabled) return; // Create style element if it doesn't exist var style = document.getElementById('universal-dark-mode-style'); if (!style) { style = document.createElement('style'); style.id = 'universal-dark-mode-style'; document.head.appendChild(style); } // Dark mode CSS - inverts colors but preserves images/video style.textContent = ' /* Invert everything except media */ html { filter: invert(1) hue-rotate(180deg) !important; background: #1a1a2e !important; } /* Restore images, videos, iframes, canvas */ img, video, iframe, canvas, svg, picture, [style*="background-image"] { filter: invert(1) hue-rotate(180deg) !important; } /* Preserve specific elements that should not be inverted */ .no-dark-mode, .no-dark-mode *, [data-theme="light"], [data-theme="light"], .ace_editor, .ace_editor *, .CodeMirror, .CodeMirror *, .monaco-editor, .monaco-editor *, .markdown-body pre, .markdown-body pre *, .highlight, .highlight *, pre code, pre code * { filter: none !important; } /* Fix common UI elements */ .modal, .popup, .dropdown-menu, .tooltip, .popover { filter: invert(1) hue-rotate(180deg) !important; background: #2d2d44 !important; border-color: #444 !important; } /* Scrollbars */ ::-webkit-scrollbar { background: #1a1a2e !important; } ::-webkit-scrollbar-thumb { background: #444 !important; } ::-webkit-scrollbar-thumb:hover { background: #555 !important; } /* Selection */ ::selection { background: #4ecdc4 !important; color: #1a1a2e !important; } ::-moz-selection { background: #4ecdc4 !important; color: #1a1a2e !important; } '; } function removeDarkMode() { var style = document.getElementById('universal-dark-mode-style'); if (style) style.remove(); } // Toggle with Alt+Shift+D document.addEventListener('keydown', function(e) { if (e.altKey && e.shiftKey && e.key === 'D') { e.preventDefault(); enabled = !enabled; if (enabled) { applyDarkMode(); console.log('[Universal Dark Mode] Enabled'); } else { removeDarkMode(); console.log('[Universal Dark Mode] Disabled'); } } }); // Apply on load applyDarkMode(); // Re-apply on dynamic content var observer = new MutationObserver(function(mutations) { if (enabled && !document.getElementById('universal-dark-mode-style')) { applyDarkMode(); } }); observer.observe(document.head, { childList: true }); console.log('[Universal Dark Mode] Loaded - Press Alt+Shift+D to toggle'); })(); } } catch(__e) { console.warn('[Userscript:Universal Dark Mode]', __e); } })(); })(); GitHub - RedFlag2017/e200_opensource: The Ultra-Low Power RISC Core · GitHub
Skip to content

Repository files navigation

Hummingbird E203 Opensource Processor Core

About

This repository hosts the project for open-source hummingbird E203 RISC processor Core.

To boost the RISC-V popularity and to speed up the IoT development in China, we are very proud to make hummingbird E203 core open-source. It is the first open-source processor core from China mainland with state-of-art CPU design skills to support RISC-V instruction set.

The Hummingbird E203 core is a two-stages pipeline based ultra-low power/area implementation, makes the Hummingbird E203 as a perfect candidate for research and education of RISC-V implementation.

Welcome to visit http://bbs.riscv-mcu.com/ to see the discussion of the Hummingbird E203.

Welcome to visit http://www.riscv-mcu.com/ for more comprehensive information of availiable RISC-V MCU chips and embedded development.

Usages and Applications

The open-source Hummingbird E203 core can be a perferct candidate for research and education of RISC-V implementation:

  • The Hummingbird E203 core as a simple ultra-low power core and SoC, which is "蜂鸟虽小、五脏俱全", with detailed Docs and Software/FPGA Demos, hence, it will be a perfect example for lab practice in university or entry-level studying.

Many people asked if this core can be commercially used, the answer is as below:

  • According to the Apache 2.0 license, this open-sourced core can be used in commercial way.
  • But the feature is not full.
  • The main purpose of this open-sourced core is to be used by students/university/research/ and entry-level-beginners, hence, the commercial quality (bug-free) and service of this core is not not not warranted!!!
  • Welcome to visit http://www.riscv-mcu.com/ for more comprehensive information of RISC-V core availiable for commercial usage.

Detailed Introduction

We have provided very detailed introduction and quick start-up documents to help you ramping it up.

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

By following the guidences from the doc, you can very easily start to use Hummingbird E203 processor core and demo SoC.

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

《手把手教你设计CPU:RISC-V处理器篇》(已经上市,请在京东、淘宝、当当上搜索 RISC-V关键字)

《RISC-V架构与嵌入式开发快速入门》(已经上市,请在京东、淘宝、当当上搜索 RISC-V关键字)

What are you waiting for? Try it out now!

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

Hummingbird EV Kit

蜂鸟E203专用的JTAG调试器

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

Release History

Note at First:

-- Many people asked if this core can be commercially used, the answer as below:
* According to the Apache 2.0 license, this open-sourced core can be used in commercial way.
* But the feature is not full (e.g., the debug functionalities is not full, which cannot add breakpoint into the read-only region, .e.g, ROM/Flash)
* The main purpose of this open-sourced core is to be used by students/university/research/
and entry-level-beginners, hence, the commercial quality (bug-free) and
service of this core is not not not warranted!!! 

Sep 27, 2018

-- The 4th official release with some minor fixing.

May 15, 2018

-- The 3rd official release, please clone this version if you want to use it
or reclone it (if you already cloned the earlier-test version).
-- Compared with earlier-test version, main updates includes:
---- Fixed a Typo in a source file (in rtl/e203/core/e203_exu_decocde.v) ---- Fixed a Tied-to-zero issue in source files (in rtl/e203/perips/sirv_qspi_physical_*.v) * This is original freedom-e310 chisel generated QSPI file, which have a bug in Quad-mode (the 4th data enable
signal was tied to zero), fix it here

Jan 13, 2018

-- The 2nd official release, please clone this version if you want to use it
or reclone it (if you already cloned the earlier-test version).
-- Compared with earlier-test version, main updates includes:
---- Change the default configuration (in rtl/e203/core/config.v) to * Add two stage of syncer for IRQ lines to core, not for function, but for timing
* Configure the ITCM and DTCM to 64KB by default
* Configure the Regfile as DFF based rather than latch based
---- Update the SoC components and structure to make it in line with the latest SoC Spec
* Please check `e200_opensource/doc/HBird_OpenSource_MCU_SoC_Spec.pdf` for the details of SoC spec
---- Update some internal core logics, mostly to enhance the timing and frequency, which is not matter much, please check the git history if you really care to.
---- Note: This version still does not support the hardware-breakpoint yet, i.e.,
you cannot set the breakpoint to read-only address space (e.g., ROM, Flash).
But soft-break is okay, means you can use regular interactive debugger functionalities (including set breakpoint to the regular R/W address space).

Oct 13, 2017

-- The 1st official release, please clone this version if you want to use it
or reclone it (if you already cloned the earlier-test version).
-- Compared with earlier-test version, main updates includes:
---- Added the "A" extension for opensourced E203 core, to make it support IMAC sub-set RISC-V ISA, which is more popularly supported by current
toolchain.
---- Updated the RTL Codes accordingly.
---- Updated the Docs accordingly, please see the "revision history" in the
Doc from `e200_opensource/doc` directory.
---- Updated verilog tb with random interrupt and bus-error insertion to make
more intensive. To support this, updated all the self-check tests accordingly.
Although the test become more intensive, the drawback is make the regression simulation running very slower, so by default now it is turned off.
If you want to turn on them without caring the the regression speed,
you can hack the tb mannually (de-comment these `force` line from `tb/tb_top.v`)
or add macro `ENABLE_TB_FORCE` in simulation (see the note from `vsim/bin/run.makefile`).
---- Updated some other minor issues which is not matter much, please check the git history if you really care to.
---- Note: This version does not support the hardware-breakpoint yet, i.e.,
you cannot set the breakpoint to read-only address space (e.g., ROM, Flash).
But soft-break is okay, means you can use regular interactive debugger functionalities (including set breakpoint to the regular R/W address space).

Sep 30, 2017

-- The earlier-test version uploaded to github to try.
-- NOTE:
---- This is not the official release, please wait the official release which will coming
soon and will be recorded at here. You will see the Release History updates.

About

The Ultra-Low Power RISC Core

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages