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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_47/] [or1ksim/] [cpu/] [common/] [abstract.h] - Diff between revs 537 and 538

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

Rev 537 Rev 538
Line 33... Line 33...
/* Cache tag types.  */
/* Cache tag types.  */
#define CT_NONE            0
#define CT_NONE            0
#define CT_VIRTUAL         1
#define CT_VIRTUAL         1
#define CT_PHYSICAL        2
#define CT_PHYSICAL        2
 
 
/* This is an abstract memory type rather than physical memory type.  It holds
 
disassembled instructions.  */
 
struct mem_entry {
 
  unsigned char data;
 
};
 
 
 
enum insn_type { it_unknown, it_exception, it_arith, it_shift, it_compare, it_branch,
enum insn_type { it_unknown, it_exception, it_arith, it_shift, it_compare, it_branch,
     it_jump, it_load, it_store, it_movimm, it_move, it_extend, it_nop, it_mac };
     it_jump, it_load, it_store, it_movimm, it_move, it_extend, it_nop, it_mac };
 
 
/* Instruction queue */
/* Instruction queue */
struct iqueue_entry {
struct iqueue_entry {

powered by: WebSVN 2.1.0

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