removes decoder again as there is some issue

This commit is contained in:
2022-06-20 00:39:11 +02:00
parent 18f33b4a68
commit feaa49d367
5 changed files with 417 additions and 189 deletions

View File

@@ -69,7 +69,6 @@ def getCString(def val){
#include <array>
#include <iss/arch/traits.h>
#include <iss/arch_if.h>
#include <iss/arch/instruction_decoder.h>
#include <iss/vm_if.h>
namespace iss {
@@ -121,8 +120,6 @@ template <> struct traits<${coreDef.name.toLowerCase()}> {
${instr.instruction.name} = ${index},<%}%>
MAX_OPCODE
};
static std::unique_ptr<instruction_decoder<${coreDef.name.toLowerCase()}>> get_decoder();
};
struct ${coreDef.name.toLowerCase()}: public arch_if {