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

Subversion Repositories or1k

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

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

Rev 294 Rev 304
Line 55... Line 55...
  struct {
  struct {
    unsigned long baseaddr;
    unsigned long baseaddr;
    unsigned irq;
    unsigned irq;
  } dmas[NR_DMAS];
  } dmas[NR_DMAS];
 
 
 
  int nethernets;
 
  int ethernets_enabled;
        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 */
Line 90... Line 92...
    int hazards;            /* dependency hazards analysis */
    int hazards;            /* dependency hazards analysis */
                int history;            /* instruction stream history analysis */
                int history;            /* instruction stream history analysis */
                int dependstats;        /* dependency statistics */
                int dependstats;        /* dependency statistics */
    int dependency;         /* not sure: same as dependency statistics?  */
    int dependency;         /* not sure: same as dependency statistics?  */
    int slp;                /* not sure: stack analisys? */
    int slp;                /* not sure: stack analisys? */
    int btic_sim;                       /* branch prediction target insn cache analysis */
    int btic;                       /* branch prediction target insn cache analysis */
    int bpb;                /* branch prediction buffer analysis */
    int bpb;                /* branch prediction buffer analysis */
  } cpu;
  } cpu;
 
 
  struct {
  struct {
    int debug;              /* Simulator debugging */
    int debug;              /* Simulator debugging */

powered by: WebSVN 2.1.0

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