Bo-Yuan-Huang / garnet-ila

The ILA model of the garnet design from Stanford AHA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instrucion-Level Abstraction (ILA) of garnet

This ILA model is derived based on the garnet design. Check their license for further details.

Build

To compile the ILA model and, for example, generate the Verilog file. Run

mkdir -p build && cd build
cmake .. -DCMAKE_PREFIX_PATH=<ilang/install/dir>
./garnet

About

The ILA model of the garnet design from Stanford AHA

License:MIT License


Languages

Language:Verilog 50.9%Language:C++ 30.4%Language:Python 8.7%Language:C 7.6%Language:CMake 2.4%