Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: HLSpolito/SDAccel_kernel_cache
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: max2ma/Cache_Application
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on May 9, 2018

  1. add citation

    Liang authored May 9, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    b59dbb8 View commit details
Showing with 11 additions and 1 deletion.
  1. +11 −1 README.md
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
This repository contains a set of C++ classes that can be used to implement inline caches for the input and output global array arguments (i.e. those mapped to external DRAM) of accelerators implemented on FPGAs via high-level synthesis.

The caches, their usage and the corresponding results have been published in <insert citation when ready>.
The caches, their usage and the corresponding results have been published in the following paper. If you find this work useful for your research, please consider citing:

@ARTICLE{8030985,
author={L. Ma and L. Lavagno and M. T. Lazarescu and A. Arif},
journal={IEEE Access},
title={Acceleration by Inline Cache for Memory-Intensive Algorithms on FPGA via High-Level Synthesis},
year={2017},
volume={5},
pages={18953-18974},
doi={10.1109/ACCESS.2017.2750923}, }


Main sub-directories:
* _cache_: header files declaring and defining the cache classes and their operators and methods.