Adapted generated code to support translation block linking

This commit is contained in:
2018-05-15 18:49:29 +02:00
parent 5b6dc36c9d
commit dfcc3ace66
17 changed files with 353 additions and 93 deletions

View File

@ -35,7 +35,6 @@
////////////////////////////////////////////////////////////////////////////////
#include <boost/program_options.hpp>
#include <iss/jit/MCJIThelper.h>
#include <iss/log_categories.h>
#include <sstream>
#include <sysc/SiFive/platform.h>
@ -44,6 +43,7 @@
#include "scc/scv_tr_db.h"
#include "scc/tracer.h"
#include <cci_utils/broker.h>
#include <iss/jit/jit_helper.h>
using namespace sysc;
namespace po = boost::program_options;