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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_40/] [or1ksim/] [sim-config.h] - Diff between revs 1372 and 1373

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

Rev 1372 Rev 1373
Line 46... Line 46...
    int irq;                          /* IRQ of this device */
    int irq;                          /* IRQ of this device */
    unsigned long base_vapi_id;       /* First VAPI ID.  GPIO uses 8 consecutive IDs */
    unsigned long base_vapi_id;       /* First VAPI ID.  GPIO uses 8 consecutive IDs */
  } gpios[MAX_GPIOS];
  } gpios[MAX_GPIOS];
 
 
  struct {
  struct {
    int enabled;                      /* is MC enabled? */
 
    unsigned long baseaddr;           /* Naturally aligned base address */
 
    unsigned POC;                     /* power on reset configuration register */
 
  } mc;
 
 
 
  struct {
 
    int pattern;                      /* A user specified memory initialization pattern */
    int pattern;                      /* A user specified memory initialization pattern */
    int random_seed;                  /* Initialize the memory with random values, starting with seed */
    int random_seed;                  /* Initialize the memory with random values, starting with seed */
    enum {
    enum {
      MT_UNKNOWN,
      MT_UNKNOWN,
      MT_PATTERN,
      MT_PATTERN,

powered by: WebSVN 2.1.0

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