OpenCores
URL https://opencores.org/ocsvn/or2k/or2k/trunk

Subversion Repositories or2k

[/] [or2k/] [trunk/] [analysis-bin/] [insnanalysis/] [or1k-32-insn.h] - Diff between revs 25 and 26

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 25 Rev 26
Line 8... Line 8...
 
 
// Enable debug printf'ing straight to stdout -- will be a LOT of output
// Enable debug printf'ing straight to stdout -- will be a LOT of output
#define DEBUG_PRINT 0
#define DEBUG_PRINT 0
 
 
// Choose the output format, uncomment only one
// Choose the output format, uncomment only one
//#define DISPLAY_STRING
#define DISPLAY_STRING
#define DISPLAY_CSV
//#define DISPLAY_CSV
 
 
 
 
// Struct for information about the register to be confugred
// Struct for information about the register to be confugred
// Set to 1 to enable
// Set to 1 to enable
struct or1k_32_instruction_properties
struct or1k_32_instruction_properties
Line 97... Line 97...
 
 
};
};
 
 
// This number should correspond to the maximum insn_index we assign in the 
// This number should correspond to the maximum insn_index we assign in the 
// analyse function
// analyse function
#define OR1K_32_MAX_INSNS 117
#define OR1K_32_MAX_INSNS 118
extern struct or1k_insn_info * or1k_32_insns[OR1K_32_MAX_INSNS];
extern struct or1k_insn_info * or1k_32_insns[OR1K_32_MAX_INSNS];
 
 
 
 
// OpenRISC 1000 32-bit instruction defines, helping us
// OpenRISC 1000 32-bit instruction defines, helping us
// extract fields of the instructions
// extract fields of the instructions

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.