1
0
Fork 0

add README

This commit is contained in:
Howard Mao 2015-11-11 18:30:19 -08:00
parent 9482d944ca
commit eeda3dd770
1 changed files with 11 additions and 0 deletions

11
groundtest/README Normal file
View File

@ -0,0 +1,11 @@
# groundtest
A memory tester circuit for Rocket Chip's memory system. The generator tile
plugs into the existing SoC generator as what looks like a CPU. However,
instead of running programs, the tile generates fixed memory requests out to
the L2. There are both cached and uncached generators. The cached generator
has an intervening L1 cache, the uncached generator sends TileLink requests
directly to the L2.
Assertions are set to fail if the wrong data comes back or if a request times
out waiting for the response.