Connie120
Connie120
Hello! I'm trying to simulate a very basic program that's compiled with LLVM using Vanadis, and the simulation stops with an error message indicating that the MMAP syscall (code 222)...
Hello! I'm trying to add this functionality to run multiple threads in parallel on Vanadis, and given the current situation that Vanadis is not able to simulate pthread programs due...
Hello, I'm wondering why the simulation sequence for the pipeline stages in Vanadis is Fetch->Decode->Issue->Execute->Retire, rather than Retire->Execute->Issue->Decode->Fetch, which is the other way around. I tried to run a simple...