An open API service indexing awesome lists of open source software.

https://github.com/bo-yuan-huang/garnet-ila

The ILA model of the garnet design from Stanford AHA
https://github.com/bo-yuan-huang/garnet-ila

cgra ila ilang

Last synced: 7 months ago
JSON representation

The ILA model of the garnet design from Stanford AHA

Awesome Lists containing this project

README

          

# Instrucion-Level Abstraction (ILA) of garnet

This ILA model is derived based on the [garnet](https://github.com/StanfordAHA/garnet) design.
Check their [license](https://github.com/StanfordAHA/garnet/blob/master/LICENSE) for further details.

## Build

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

```bash
mkdir -p build && cd build
cmake .. -DCMAKE_PREFIX_PATH=
./garnet
```