
This project benchmarks buffer transfer latencies between various L2 configurations:
local to local, remote to local, local to remote and remote to remote. The project
is self-contained and only needs compiler tools to build, the path for which will
need to be set through CG_TOOL_ROOT environment or project variable. This project
as built and tested with Version: 4.2.4.00033, Code Generation Tool TI v7.3.0 and
big-endian configuration. Also, C6474 EVM was used for benchmarking for which the
target configurations are included in targetconfs folder, both real platform and 
simulator. Simulator configuration is C6474 Symmetric Device Cycle Accurate 
Simulator, Big-endian.

Note: remote_memory_test_results2.txt is more reliable than remote_memory_test_results.txt,
because in the latter, results were collected when buffer transfers didn't match, so the 
board was probably in an inconsistent state.

Known issues:
- time stamps behave erratically sometimes
- benchmarks on the simulator and the real-platform differ
- buffer transfers don't always work on the platform, though they work just fine 
  on the simulator