Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 379 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 379 Bytes

HLS_MEMCOPY EXAMPLE

  • Provides a simple base allowing to discover SNAP
  • C code allows copying to/from :
    • HOST memory (for example a file)
    • DDR SDRAM memory on the FPGA board
    • Block RAM memory (memory inside the FPGA itself)
  • The example code details the copy mechanism.

⭐ Please check the actions/hls_memcopy/doc directory for detailed information