Skip to content

Latest commit

 

History

History

hls_memcopy

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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