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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_61/] [or1ksim/] [sim-config.h] - Diff between revs 310 and 313

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

Rev 310 Rev 313
Line 46... Line 46...
  struct {
  struct {
    char rxfile[STR_SIZE];            /* Filename for RX */
    char rxfile[STR_SIZE];            /* Filename for RX */
    char txfile[STR_SIZE];            /* Filename for TX (required) */
    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 */
 
    unsigned long vapi_id;            /* VAPI id for this instance */
  } uarts[NR_UARTS];
  } uarts[NR_UARTS];
 
 
  int ndmas;
  int ndmas;
  int dmas_enabled;
  int dmas_enabled;
  struct {
  struct {
    unsigned long baseaddr;
    unsigned long baseaddr;
    unsigned irq;
    unsigned irq;
 
    unsigned long vapi_id;            /* VAPI id for this instance */
  } dmas[NR_DMAS];
  } dmas[NR_DMAS];
 
 
  int nethernets;
  int nethernets;
  int ethernets_enabled;
  int ethernets_enabled;
        struct {
        struct {
Line 64... Line 66...
                unsigned dma;                     /* Which controller is this ethernet "connected" to */
                unsigned dma;                     /* Which controller is this ethernet "connected" to */
                unsigned tx_channel;              /* DMA channel used for TX */
                unsigned tx_channel;              /* DMA channel used for TX */
                unsigned rx_channel;              /* DMA channel used for RX */
                unsigned rx_channel;              /* DMA channel used for RX */
                char rxfile[STR_SIZE];            /* Filename for RX */
                char rxfile[STR_SIZE];            /* Filename for RX */
                char txfile[STR_SIZE];            /* File for TX */
                char txfile[STR_SIZE];            /* File for TX */
 
                unsigned long vapi_id;            /* VAPI id for this instance */
        } ethernets[NR_ETHERNETS];
        } ethernets[NR_ETHERNETS];
 
 
  struct {
  struct {
    int enabled;                      /* is MC enabled? */
    int enabled;                      /* is MC enabled? */
    unsigned long baseaddr;           /* Naturally aligned base address */
    unsigned long baseaddr;           /* Naturally aligned base address */

powered by: WebSVN 2.1.0

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