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

Subversion Repositories or1k

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

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

Rev 306 Rev 310
Line 42... Line 42...
  int clkcycle_ns;  /* Clock cycle in nanoseconds */
  int clkcycle_ns;  /* Clock cycle in nanoseconds */
 
 
  int nuarts;
  int nuarts;
  int uarts_enabled;
  int uarts_enabled;
  struct {
  struct {
    char rxfile[STR_SIZE]; /* File for RX */
    char rxfile[STR_SIZE];            /* Filename for RX */
    char txfile[STR_SIZE]; /* File 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 */
  } uarts[NR_UARTS];
  } uarts[NR_UARTS];
 
 
  int ndmas;
  int ndmas;
Line 62... Line 62...
        struct {
        struct {
                unsigned long baseaddr;
                unsigned long baseaddr;
                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;
                char rxfile[STR_SIZE];            /* Filename for RX */
                char *txfile;
                char txfile[STR_SIZE];            /* File for TX */
        } 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.