dram simulator fix

This commit is contained in:
Blaise Tine
2021-12-07 22:44:06 -05:00
parent a9ec1c08a7
commit 5825b7c15a
30 changed files with 702 additions and 499 deletions

View File

@@ -124,8 +124,7 @@ public:
future_.wait();
}
// start new run
future_ = std::async(std::launch::async, [&]{
processor_.reset();
future_ = std::async(std::launch::async, [&]{
processor_.run();
});
return 0;