URL
https://opencores.org/ocsvn/or2k/or2k/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 16 |
Rev 22 |
Line 1... |
Line 1... |
/*
|
/*
|
Header for instruction analysis program.
|
Header for instruction analysis program.
|
|
|
Define instruction sets here
|
Have appropriate defines/typedefs for desired instruction set.
|
|
|
|
Todo: #ifdefs for other instruction sets
|
|
|
*/
|
*/
|
|
|
// Settings for or1k 32-bit instruction analysis
|
|
|
|
|
// OpenRISC 1000 32-bit compiler output analysis settings:
|
|
|
#include "stdint.h"
|
#include "stdint.h"
|
#include "or1k-32-insn.h"
|
#include "or1k-32-insn.h"
|
|
|
// 4 bytes per instruction
|
// 4 bytes per instruction
|
#define INSN_SIZE_BYTES 4
|
#define INSN_SIZE_BYTES 4
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.