VeeR-ISS icon indicating copy to clipboard operation
VeeR-ISS copied to clipboard

Is the cache enabled in whisper?

Open divastor opened this issue 2 years ago • 0 comments

Memory::configureCache is used only once, in:

bool
Hart<URV>::configureCache(uint64_t size, unsigned lineSize,
                          unsigned setSize)
{
  return memory_.configureCache(size, lineSize, setSize);
}

but Hart<URV>::configureCache is never used. The cache doesn't seem to be enabled by default. Is there a way to enable it?

divastor avatar Jan 09 '22 14:01 divastor