Giter VIP home page Giter VIP logo

lcai-tihu / hw Goto Github PK

View Code? Open in Web Editor NEW
24.0 2.0 7.0 48.09 MB

LCAI-TIHU HW is an AI inference processor which is comprised of RISC-V cpu, nvdla, NoC bus, PCIe module, DDR, SRAM, bootROM, DMA and peripherals.

License: Apache License 2.0

TeX 2.32% Makefile 0.38% SystemVerilog 31.58% Stata 0.55% Shell 0.15% Tcl 1.42% C++ 3.49% C 6.11% Assembly 0.03% Python 0.19% Batchfile 0.01% VHDL 0.42% Verilog 52.91% CMake 0.03% Roff 0.39% M4 0.02%
aipu nvdla riscv ara cva6 lcai-tihu

hw's Introduction

LCAI-TIHU HARDWARE

Introduction

TIHU-HW is an AI inference processor. TIHU SoC is comprised of RISC-V cpu, nvdla, NoC bus, PCIe module, DDR, SRAM, bootROM, DMA and peripherals.

SOC parameters:

  • Support RISC-V instruction set: RV64gcv0p10.
  • RISCV vector config: 1024-bit vector length, up to 128-bits of data per cycle.
  • Nvdla config: bdma + conv(64*32 int8 data per cycle) + sdp(128-bits).
  • Memory: DDR -- 2GB, SRAM -- 4MB, ROM -- 128KB.
  • SoC frequency: 20MHz.
  • SoC systerm: baremetal.
  • Debug: uart, baud rate is 115200.
TIHU

TIHU is tested based on the FPGA board F37X, the host can be a server or a PC, and the board is installed on the PCIe slot of the host. Each sub-module in the AI processor is interconnected through the on-chip network NOC. Modules with high data throughput and high data rate, such as PCIe bridge module, RISC-V core, DMA controller, MAC unit, DDR controller, LMU RAM, are interconnected through high-bandwidth Core-NOC. Modules with low data throughput and low data rate,such as JTAG2AHB module, SCU, WDT, UART, Timer, LMU ROM, are interconnected through the low bandwidth unCore-NOC.

The function of the PCIe bridge module is to convert the PCIe interface into an AXI interface and an AXI-Lite interface, which is implemented by the XDMA IP provided by Xilinx. The AXI interface enables high-speed transmission of large amounts of data. The AXI-Lite interface enables the low-speed transmission of small amounts of data. In addition, the PCIe bridge module can also receive interrupts sent to the host by other modules in the system, convert them into PCIe interrupts, and feedback the status to the host.

Build FPGA

TODO

We will release verilog files soon.

Lisence

TIHU is licensed under the Apache-2.0 license. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

hw's People

Contributors

inspur-yangjl avatar lc-jiazhaorong avatar lcai-tihu avatar strongwind312 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

hw's Issues

Any plan adding stdcc_* implementations

Hi, I try to create the design from src and migrate to Alveo AU200. However, it is missing some implementation like stdcc_* (may be more).

Do you have any plan to public these designs?

Thank you!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.