Commit 0aa98d38 authored by David Goz's avatar David Goz 😴
Browse files

LICENCE added

parent ec502a4a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
The method we follow is based on the FER(FPGA Empirical Roofline) tool
(doi:10.3233/APC200085), developed within the EuroExa project (https://euroexa.eu/),
and avaible on GitHub (https://baltig.infn.it/EuroEXA/FER).

- Set the number of FLOP editing the FLOP_ELEM macro in "parameters.h"

- $ make HLS

LICENSE

0 → 100644
+674 −0

File added.

Preview size limit exceeded, changes collapsed.

README

deleted100644 → 0
+0 −0

Empty file deleted.

README.md

0 → 100644
+12 −0
Original line number Diff line number Diff line
This repository provides hands-on introductions to build application-specific FPGA systems
using the high-level OmpSs@FPGAtool. The goal is to give the reader a baseline view of the
process of creating an optimized hardware design annotating C-based code with HLS directives.
We assume the reader has a working knowledge of C/C++, and familiarity with basic computer
architecture concepts (e.g. speedup, parallelism, pipelining).

All the exercises are described in detail in the INAF Technical Report:
" Software acceleration on Xilinx FPGAs using OmpSs@FPGA ecosystem ".

References

If you would like to cite this work:
 No newline at end of file