cvw/pipelined
Ross Thompson cc1ba84637 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 Fixed regression for divsqrt radix2 2022-09-07 06:12:23 -07:00
misc Renamed wally-pipelined to pipelined 2022-01-04 19:47:41 +00:00
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