From 1c781c78c03dfa5d3c9317102f6af10fae0d776d Mon Sep 17 00:00:00 2001 From: Santosh Srivatsan Date: Sat, 5 Feb 2022 14:17:56 -0500 Subject: [PATCH] Minor bug fix --- driver/simx/vortex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver/simx/vortex.cpp b/driver/simx/vortex.cpp index b02cbbce..95957cc2 100644 --- a/driver/simx/vortex.cpp +++ b/driver/simx/vortex.cpp @@ -64,7 +64,7 @@ private: class vx_device { public: vx_device() - : arch_("rv32i", NUM_CORES * NUM_CLUSTERS, NUM_WARPS, NUM_THREADS) + : arch_(NUM_CORES * NUM_CLUSTERS, NUM_WARPS, NUM_THREADS) , ram_(RAM_PAGE_SIZE) , processor_(arch_) , mem_allocator_(