Forum Discussion

rkv's avatar
rkv
Icon for New Contributor rankNew Contributor
5 years ago

Stratix10 P-Tile AVMM IP for PCIe does multiple read requests for a single s/w 64-byte read request

The software is able to do 64-byte single read transaction to on-chip ram by making the BAR region as WC region using the instruction below. __m256i a = _mm256_stream_load_si256 ((__m256i*)mem_base...