Ali8
New Contributor
1 year agoSlave Memory in OneAPI HLS Flow
In intel HLS compiler, we can implement a slave memory inside a component using hls_avalon_slave_memory_argument(N). The slave memory can also be implemented with M20K embedded RAM and can have the same architectural optimizations as all other internal component memories (such as banking or coalescing). With slave memory, a master can access the memory without a component invocation.
I want to implement a slave memory within a kernel using OneAPI HLS flow. Can you direct me to a OneAPI example code that uses slave memories.
Hi Ali,
Currently only the fpga_register attribute works on device globals (to force them into your datapath as registers).