Skip to content
forked from AnyDSL/anyhls

High-Level Synthesis with Partial Evaluation

License

Notifications You must be signed in to change notification settings

akifoezkan/anyhls

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AnyHLS

High-Level Synthesis with Partial Evaluation

Prerequisites

Anyhls requires a working AnyDSL installation. A script to build the impala frontend and thorin backend as well as the runtime component is provided by the anydsl metaproject (setup.sh). This script will also checkout AnyHLS's sources and configure a build directory.

Building

The setup.sh configures AnyHLS and sets all required paths. The backend for code generation will be set to aocl. This can be changed via CMake:

  • BACKEND : defines the backend to generate code for (supported values: aocl, hls)

Example:

cd anydsl/anyhls/build
cmake -DBACKEND=aocl ..
make

About

High-Level Synthesis with Partial Evaluation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 85.8%
  • C++ 14.2%