dillonhuff / ahaHLS

An open source high level synthesis (HLS) tool built on top of LLVM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

A Basic High Level Synthesis System Using LLVM

Project Structure

Dependencies:

  • LLVM and clang
  • Z3 SMT solver
  • Icarus Verilog (to run the unit tests of generated verilog)

Build and Test Instructions

Once the dependencies are installed do:

cmake .
make -j
./all-tests 

About

An open source high level synthesis (HLS) tool built on top of LLVM

License:MIT License


Languages

Language:C++ 48.1%Language:LLVM 36.0%Language:Verilog 15.6%Language:C 0.2%Language:CMake 0.1%Language:Shell 0.0%