Skip to content

Wonicon/HBL2-AMU-Demo

 
 

Repository files navigation

HBL2 AMU Demo

A Simple AMU using HBL2 as package.

Initialization:

git clone git@github.com:LeleCheung/HBL2-AMU-Demo.git  
cd HBL2-AMU-Demo
git submodule update --init --recursive

Chisel Test (test_run_dir/):

make test-top

Generate Verilog (build/):

make gen-top

Clean:

make clean

SIMPLE TEST:

  • Init the register
  • Store the data back to HBL2
  • Load the data from HBL2
  • Check the register value

AMU v0: No Computing Core, only test for LD/ST.

AMU v0

AMU v1: Add Computing Core, test for LD/ST and MMA.

AMU v1

About

A simple AMU using HBL2 as package.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Scala 98.9%
  • Makefile 1.1%