cvw/pipelined
Ross Thompson cb34b7c98f Found the ahb burst bug.
We had instruction fetches fixed HSIZE = 2 (4 bytes) for all requests.  It should be HSIZE = 3 (8 bytes) for cache fetches and 4 for uncached reads.  The reason this worked for non burst is the DDR4 memory controller returns the full double word even for 4 byte reads.  In burst mode the second beat ending up pointing to the next 4 bytes rather than the next 8 bytes.
2022-09-17 20:30:01 -05:00
..
config
misc
regression renamed multimanager to multicontroller. 2022-09-14 14:03:37 -05:00
src Found the ahb burst bug. 2022-09-17 20:30:01 -05:00
testbench Created initial endianness tests 2022-09-16 01:06:26 +00:00