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

Subversion Repositories or1k

[/] [or1k/] [branches/] [stable_0_1_x/] [or1ksim/] [cpu/] [common/] [abstract.h] - Diff between revs 538 and 543

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

Rev 538 Rev 543
Line 59... Line 59...
  unsigned long granularity; /* how many bytes read/write accepts: 1/2/4 */
  unsigned long granularity; /* how many bytes read/write accepts: 1/2/4 */
  int delayr;                /* Read delay */
  int delayr;                /* Read delay */
  int delayw;                /* Write delay */
  int delayw;                /* Write delay */
 
 
  int chip_select;           /* Needed by memory controller; specifies chip select number for this memory area. */
  int chip_select;           /* Needed by memory controller; specifies chip select number for this memory area. */
 
  int valid;                 /* This bit reflect the memory controler valid bit */
  FILE *log;                 /* log file if this device is to be logged, NULL otherwise */
  FILE *log;                 /* log file if this device is to be logged, NULL otherwise */
 
 
  unsigned long (*readfunc)(unsigned long);
  unsigned long (*readfunc)(unsigned long);
  void (*writefunc)(unsigned long, unsigned long);
  void (*writefunc)(unsigned long, unsigned long);
  /* private data */
  /* private data */

powered by: WebSVN 2.1.0

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