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

Subversion Repositories or2k

[/] [or2k/] [trunk/] [analysis-bin/] [insnanalysis/] [insnanalysis.h] - Blame information for rev 16

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 16 julius
/*
2
  Header for instruction analysis program.
3
 
4
  Define instruction sets here
5
 
6
*/
7
 
8
// Settings for or1k 32-bit instruction analysis
9
#include "stdint.h"
10
#include "or1k-32-insn.h"
11
 
12
// 4 bytes per instruction
13
#define INSN_SIZE_BYTES 4
14
 
15
typedef uint32_t instruction;
16
 
17
typedef struct or1k_32_instruction_properties instruction_properties ;
18
 
19
#define reset_instruction_properties(x) memset(x, 0, sizeof(instruction_properties))
20
 

powered by: WebSVN 2.1.0

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