Skip to content

Instantly share code, notes, and snippets.

@pamaury
Last active October 12, 2017 21:33
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save pamaury/cf20e5877da1008c37a584082eb6a3c7 to your computer and use it in GitHub Desktop.
test_mem figures: read/write/memset/memcpy in MB/s
NOTE: I modified the code so that the DRAM buffer has size 2^16*4 = 256 KiB
AUTO-SLOW ON, unboosted: 44 / 158 / 139 / 33
AUTO-SLOW ON, boosted: 115 / 336 / 328 / 66
AUTO-SLOW OFF, unboosted: 58 / 160 / 139 / 35
AUTO-SLOW OFF, boosted: 140 / 336 / 336 / 74
AUTO-SLOW OFF, HBUS@200Mhz, boosted: 147 / 355 / 345 / 75
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment