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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_38/] [or1ksim/] [cpu/] [common/] [abstract.h] - Diff between revs 427 and 429

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

Rev 427 Rev 429
Line 28... Line 28...
 
 
#define MAX_OPERANDS    (4)
#define MAX_OPERANDS    (4)
 
 
#define OP_MEM_ACCESS 0x80000000
#define OP_MEM_ACCESS 0x80000000
 
 
 
/* Cache tag types.  */
 
#define CT_NONE            0
 
#define CT_VIRTUAL         1
 
#define CT_PHYSICAL        2
 
 
/* This is an abstract memory type rather than physical memory type.  It holds
/* This is an abstract memory type rather than physical memory type.  It holds
disassembled instructions.  */
disassembled instructions.  */
struct mem_entry {
struct mem_entry {
  unsigned char data;
  unsigned char data;
};
};

powered by: WebSVN 2.1.0

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