simx: add thread ID and vlen to load/store memory debug trace

This commit is contained in:
Hansung Kim
2023-02-17 17:59:56 -08:00
parent b9d1684582
commit d81e4085e2
3 changed files with 7 additions and 7 deletions

View File

@@ -175,4 +175,4 @@ void Processor::attach_ram(RAM* mem) {
int Processor::run() {
return impl_->run();
}
}