build fixes due to dependencies
This commit is contained in:
parent
6419ad471e
commit
b3f40f9b15
|
@ -30,13 +30,15 @@
|
||||||
*
|
*
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#include "core_complex.h"
|
// clang-format off
|
||||||
#include "iss_factory.h"
|
#include "iss_factory.h"
|
||||||
#include "sc_core_adapter.h"
|
#include <iss/arch/tgc5c.h>
|
||||||
#include <array>
|
|
||||||
#include <iss/arch/riscv_hart_m_p.h>
|
#include <iss/arch/riscv_hart_m_p.h>
|
||||||
#include <iss/arch/riscv_hart_mu_p.h>
|
#include <iss/arch/riscv_hart_mu_p.h>
|
||||||
#include <iss/arch/tgc5c.h>
|
#include "sc_core_adapter.h"
|
||||||
|
#include "core_complex.h"
|
||||||
|
#include <array>
|
||||||
|
// clang-format on
|
||||||
|
|
||||||
namespace iss {
|
namespace iss {
|
||||||
namespace interp {
|
namespace interp {
|
||||||
|
|
Loading…
Reference in New Issue