Minor bug fix
This commit is contained in:
@@ -64,7 +64,7 @@ private:
|
|||||||
class vx_device {
|
class vx_device {
|
||||||
public:
|
public:
|
||||||
vx_device()
|
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)
|
, ram_(RAM_PAGE_SIZE)
|
||||||
, processor_(arch_)
|
, processor_(arch_)
|
||||||
, mem_allocator_(
|
, mem_allocator_(
|
||||||
|
|||||||
Reference in New Issue
Block a user