update names
This commit is contained in:
		| @@ -32,7 +32,14 @@ | ||||
|  | ||||
| #include "sysc/core_complex.h" | ||||
| #include "iss/arch/riscv_hart_m_p.h" | ||||
| #include "iss/arch/tgf_c.h" | ||||
| #ifdef CORE_TGC_C | ||||
| #include "iss/arch/tgc_c.h" | ||||
| using core_type = iss::arch::tgc_c; | ||||
| #endif | ||||
| #ifdef CORE_TGC_D | ||||
| #include "iss/arch/tgc_d.h" | ||||
| using core_type = iss::arch::tgc_d; | ||||
| #endif | ||||
| #include "iss/debugger/encoderdecoder.h" | ||||
| #include "iss/debugger/gdb_session.h" | ||||
| #include "iss/debugger/server.h" | ||||
| @@ -59,7 +66,6 @@ namespace { | ||||
| iss::debugger::encoder_decoder encdec; | ||||
| } | ||||
|  | ||||
| using core_type = iss::arch::tgf_c; | ||||
|  | ||||
| namespace { | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user