Skip to content

BOSC-Heterogeneous-System-Group/MPU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matrix Processing Unit

get started

for WSL2:

make bsp

make idea

then open with IDEA(Linux version)
choose JDK version 11

simulation with chiseltest && generate verilog

click the green arrow to start simulation and generate verilog

enter "test_run_dir" directory and find your sim project

gtkwave your_design.vcd

simulation with iverilog

the verilog code is in genVerilog directory

make compile to start compile

make run to start run sim

make sim to run the above program and open waveform

simulation with cocotb

for WSL2:

pip install cocotb

pip install cocotbext-axi

enter "pySim" directory and find your sim project

make

gtkwave your_design.fst

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors