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

Subversion Repositories or2k

[/] [or2k/] [trunk/] [analysis-bin/] [insnanalysis/] [insnanalysis.h] - Diff between revs 16 and 22

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

powered by: WebSVN 2.1.0

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