rtlsim driver works with Vortex!

This commit is contained in:
Blaise Tine
2020-03-27 21:54:55 -04:00
parent 5d320a9313
commit 550d96a73c
3 changed files with 5 additions and 4 deletions

View File

@@ -78,6 +78,7 @@ public:
: is_done_(false)
, mem_allocation_(VX_ALLOC_BASE_ADDR)
, vortex_(&ram_) {
vortex_.reset();
thread_ = new std::thread(__thread_proc__, this);
}