Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

Coral NPU

Coral NPU is a hardware accelerator for ML inferencing. Coral NPU is an Open Source IP designed by Google Research and is freely available for integration into ultra-low-power System-on-Chips (SoCs) targeting wearable devices such as hearables, augmented reality (AR) glasses and smart watches.

Coral NPU is a neural processing unit (NPU), also known as an AI accelerator or deep-learning processor. Coral NPU is based on the 32-bit RISC-V Instruction Set Architecture (ISA).

Coral NPU includes three distinct processor components that work together: matrix, vector (SIMD), and scalar.

Coral NPU Archicture Coral NPU Architecture Datasheet

Coral NPU Features

Coral NPU offers the following top-level feature set:

  • RV32IMF_Zve32x RISC-V instruction set (specifically rv32imf_zve32x_zicsr_zifencei_zbb)
  • 32-bit address space for applications and operating system kernels
  • Four-stage processor, in-order dispatch, out-of-order retire
  • Four-way scalar, two-way vector dispatch
  • 128-bit SIMD, 256-bit (future) pipeline
  • 8 KB ITCM memory (tightly-coupled memory for instructions)
  • 32 KB DTCM memory (tightly-coupled memory for data)
  • Both memories are single-cycle-latency SRAM, more efficient than cache memory
  • AXI4 bus interfaces, functioning as both manager and subordinate, to interact with external memory and allow external CPUs to configure Coral NPU

System Requirements

  • Bazel 8.6.0
  • Python 3.9-3.13

See coralnpu.dockerfile for a detailed list of requirements. Our CI systems run most builds and tests using this image.

Verification & Testing

For details on our testing methodologies and how to run or write tests, see the corresponding test READMEs:

Quick Start

# Ensure that test suite passes
bazel run //tests/cocotb:core_mini_axi_sim_cocotb

# Build a binary
bazel build //examples:coralnpu_v2_hello_world_add_floats

# Build the Simulator (non-RVV for shorter build time):
bazel build //tests/verilator_sim:core_mini_axi_sim

# Run the binary on the simulator:
bazel-bin/tests/verilator_sim/core_mini_axi_sim --binary bazel-out/k8-fastbuild-ST-dd8dc713f32d/bin/examples/coralnpu_v2_hello_world_add_floats.elf

关于 About

A machine learning accelerator core designed for energy-efficient AI at the edge.

语言 Languages

Emacs Lisp47.7%
SystemVerilog26.1%
Python7.5%
C++7.4%
Scala6.6%
Starlark3.0%
C0.3%
Assembly0.3%
Shell0.3%
Tcl0.2%
Verilog0.2%
Perl0.1%
Makefile0.1%
Go Template0.0%
Dockerfile0.0%
Linker Script0.0%
Forth0.0%
Ruby0.0%
Smarty0.0%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
581
Total Commits
峰值: 44次/周
Less
More

核心贡献者 Contributors