Compare commits
1 Commits
2d7973520b
...
f90c48e881
Author | SHA1 | Date | |
---|---|---|---|
f90c48e881 |
@ -70,7 +70,7 @@ using tgc_d_xrb_mac_plat_type = iss::arch::riscv_hart_mu_p<iss::arch::tgc_d_xrb_
|
|||||||
#define CREATE_CORE(CN) \
|
#define CREATE_CORE(CN) \
|
||||||
if (type == STR(CN)) { std::tie(cpu, vm) = create_core<CN ## _plat_type>(backend, gdb_port, hart_id); } else
|
if (type == STR(CN)) { std::tie(cpu, vm) = create_core<CN ## _plat_type>(backend, gdb_port, hart_id); } else
|
||||||
|
|
||||||
#ifdef WITH_SCV
|
#ifdef HAS_SCV
|
||||||
#include <scv.h>
|
#include <scv.h>
|
||||||
#else
|
#else
|
||||||
#include <scv-tr.h>
|
#include <scv-tr.h>
|
||||||
|
Reference in New Issue
Block a user