Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 428 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 428 Bytes

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