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

Subversion Repositories or1k

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

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

Rev 997 Rev 1076
Line 44... Line 44...
    int enabled;                      /* Is tick timer enabled?  */
    int enabled;                      /* Is tick timer enabled?  */
  } tick;
  } tick;
 
 
  int nuarts;
  int nuarts;
  struct {
  struct {
    char rxfile[STR_SIZE];            /* Filename for RX */
 
    char txfile[STR_SIZE];            /* Filename for TX (required) */
 
    int jitter;                       /* CZ 250801 - in msecs...time to block */
    int jitter;                       /* CZ 250801 - in msecs...time to block */
    unsigned long baseaddr;           /* Naturally aligned base address */
    unsigned long baseaddr;           /* Naturally aligned base address */
    int irq;                          /* IRQ of this device */
    int irq;                          /* IRQ of this device */
    unsigned long vapi_id;            /* VAPI id for this instance */
    unsigned long vapi_id;            /* VAPI id for this instance */
    int uart16550;                    /* Whether this device is uart 16450 or 16550 */
    int uart16550;                    /* Whether this device is uart 16450 or 16550 */
 
    char channel[STR_SIZE];           /* How to communicate with host */
  } uarts[MAX_UARTS];
  } uarts[MAX_UARTS];
 
 
  int ndmas;
  int ndmas;
  struct {
  struct {
    unsigned long baseaddr;
    unsigned long baseaddr;

powered by: WebSVN 2.1.0

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