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

Subversion Repositories or1k

[/] [or1k/] [tags/] [stable_0_2_0_rc2/] [or1ksim/] [sim-config.h] - Diff between revs 257 and 261

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

Rev 257 Rev 261
Line 43... Line 43...
    int bpb_sim;
    int bpb_sim;
    int btic_sim;
    int btic_sim;
  } bp;     /* Branch prediction */
  } bp;     /* Branch prediction */
  int clkcycle_ns;  /* Clock cycle in nanoseconds */
  int clkcycle_ns;  /* Clock cycle in nanoseconds */
 
 
 
  int nuarts;
 
  int uarts_enabled;
  struct {
  struct {
    char *rxfile; /* File for RX */
    char rxfile[STR_SIZE]; /* File for RX */
    char *txfile; /* File for TX (required) */
    char txfile[STR_SIZE]; /* File 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 dmas_enabled;
  struct {
  struct {
    unsigned long baseaddr;
    unsigned long baseaddr;
    unsigned irq;
    unsigned irq;
  } dmas[NR_DMAS];
  } dmas[NR_DMAS];
 
 
Line 65... Line 69...
                char *rxfile;
                char *rxfile;
                char *txfile;
                char *txfile;
        } ethernets[NR_ETHERNETS];
        } ethernets[NR_ETHERNETS];
 
 
  struct {
  struct {
 
    int enabled;                      /* is MC enabled? */
 
    unsigned long baseaddr;           /* Naturally aligned base address */
    char memory_table_file[STR_SIZE]; /* Memory table filename */
    char memory_table_file[STR_SIZE]; /* Memory table filename */
    int enable;                      /* is MC enabled? */
 
    unsigned POC;                     /* power on reset configuration register */
    unsigned POC;                     /* power on reset configuration register */
  } mc;
  } mc;
 
 
  int simdebug; /* Simulator debugging */
  int simdebug; /* Simulator debugging */
  int profile;    /* Is profiler running */
  int profile;    /* Is profiler running */

powered by: WebSVN 2.1.0

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