memsim icon indicating copy to clipboard operation
memsim copied to clipboard

Memory Simulator and Optimizer

Results 5 memsim issues
Sort by recently updated
recently updated
newest added

Currently the first word of a cache line is always loaded first. The critical word should be loaded first to allow the access to continue without waiting for the rest...

enhancement

Currently the cache VHDL model assumes all ways of the cache can be accessed in a single cycle. Due to timing issues with such an approach, the simulator makes the...

bug

The simulator should support pipelined memory accesses (multiple outstanding requests). Introducing memory banks and arbiters would be a way of doing this.

enhancement

The optimizer and simulator should support stream buffers. See: Norman P Jouppi. Improving direct-mapped cache performance by the addition of a small fully-associative cache and prefetch buffers. In Proc. of...

enhancement