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

Subversion Repositories or1k

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

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

Rev 629 Rev 631
Line 121... Line 121...
    int missdelay;                    /* How much cycles does the miss cost */
    int missdelay;                    /* How much cycles does the miss cost */
    int hitdelay;                     /* How much cycles does the hit cost */
    int hitdelay;                     /* How much cycles does the hit cost */
  } dmmu;
  } dmmu;
 
 
  struct {
  struct {
    int tagtype;
 
    int enabled;                      /* Whether instruction cache is enabled */
    int enabled;                      /* Whether instruction cache is enabled */
    int nways;                        /* Number of IC ways */
    int nways;                        /* Number of IC ways */
    int nsets;                        /* Number of IC sets */
    int nsets;                        /* Number of IC sets */
    int blocksize;                    /* IC entry size */
    int blocksize;                    /* IC entry size */
    int ustates;                      /* number of IC usage states */
    int ustates;                      /* number of IC usage states */
Line 133... Line 132...
    int hitdelay;                     /* How much cycles does the hit cost */
    int hitdelay;                     /* How much cycles does the hit cost */
  } ic;
  } ic;
 
 
  struct {
  struct {
    int enabled;                      /* Whether data cache is enabled */
    int enabled;                      /* Whether data cache is enabled */
    int tagtype;
 
    int nways;                        /* Number of DC ways */
    int nways;                        /* Number of DC ways */
    int nsets;                        /* Number of DC sets */
    int nsets;                        /* Number of DC sets */
    int blocksize;                    /* DC entry size */
    int blocksize;                    /* DC entry size */
    int ustates;                      /* number of DC usage states */
    int ustates;                      /* number of DC usage states */
    int store_missdelay;              /* How much cycles does the store miss cost */
    int store_missdelay;              /* How much cycles does the store miss cost */

powered by: WebSVN 2.1.0

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