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
- Host: GitHub
- URL: https://github.com/bo-yuan-huang/garnet-ila
- Owner: Bo-Yuan-Huang
- License: mit
- Created: 2019-11-10T06:10:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-10T16:27:16.000Z (almost 6 years ago)
- Last Synced: 2025-02-16T09:20:21.426Z (8 months ago)
- Topics: cgra, ila, ilang
- Language: Verilog
- Size: 29.3 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```