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

Results 15 VeeR-ISS issues
Sort by recently updated
recently updated
newest added

Command: make INSTALL_DIR=/tmp/test_swerv-iss Result : > g++ -MMD -MP -mfma -std=c++17 -O3 -I. -fPIC -pedantic -Wall -Wextra -c -o build-Linux/whisper.cpp.o whisper.cpp > whisper.cpp:151:20: error: ‘std::optional’ has not been declared >...

Hi, I'd like to point out that starting in version 1.689, the snapshot mechanism is not working expectedly as given by the `--snapshotperiod` parameter. ### Expected behavior Dump memories each...

Hi- I was trying to install Whisper in Cent OS 7. Updated g++ version to 11.2 and boost to 1.78. While running `make BOOST_DIR=/usr/include/boost` i'm facing : ![image](https://user-images.githubusercontent.com/96406295/159412920-531c0dfc-b175-4f1a-93d3-43acad67ed5c.png) What could...

`Memory::configureCache` is used only once, in: ```template bool Hart::configureCache(uint64_t size, unsigned lineSize, unsigned setSize) { return memory_.configureCache(size, lineSize, setSize); } ``` but `Hart::configureCache` is never used. The cache doesn't seem...

I wanted to add my custom CSR like MRAC in Whisper, how can i do that? Also accessing MRAC via _peek c 0x7C0_ gives **Failed to read CSR: 0x7c0** How...