2 Commits

Author SHA1 Message Date
458c773e19 corrects slow ca configuration of TGC5C 2023-11-05 14:47:24 +01:00
b3f40f9b15 build fixes due to dependencies 2023-11-04 13:05:30 +01:00
2 changed files with 630 additions and 602 deletions

File diff suppressed because it is too large Load Diff

View File

@ -30,13 +30,15 @@
*
*******************************************************************************/
#include "core_complex.h"
// clang-format off
#include "iss_factory.h"
#include "sc_core_adapter.h"
#include <array>
#include <iss/arch/tgc5c.h>
#include <iss/arch/riscv_hart_m_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 interp {