> > Also, the way that Minerva does things is by having > `CachedLoadStoreUnit` contain the cache. > `CachedLoadStoreUnit` is also connected to the wishbone bus. Yeah - I don’t think that `CachedLoadStoreUnit` is quite what you want. It’s basically the memory stage in the 6 stage minerva pipeline. Its a wrapper around the cache. Yehowshua