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

Subversion Repositories or1k

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

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

Rev 626 Rev 629
Line 151... Line 151...
    int sbp_bnf_fwd;        /* Static branch prediction for l.bnf uses forward prediction */
    int sbp_bnf_fwd;        /* Static branch prediction for l.bnf uses forward prediction */
    int sbp_bf_fwd;         /* Static branch prediction for l.bf uses forward prediction */
    int sbp_bf_fwd;         /* Static branch prediction for l.bf uses forward prediction */
    int btic;               /* branch prediction target insn cache analysis */
    int btic;               /* branch prediction target insn cache analysis */
    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 */
 
#if 0
 
    int nways;              /* Number of BP ways */
 
    int nsets;              /* Number of BP sets */
 
    int blocksize;          /* BP entry size */
 
    int ustates;            /* number of BP usage states */
 
    int pstates;            /* number of BP predict states */
 
#endif
  } bpb;
  } bpb;
 
 
  struct {
  struct {
    unsigned long upr;      /* Unit present register */
    unsigned long upr;      /* Unit present register */
    unsigned long ver, rev; /* Version register */
    unsigned long ver, rev; /* Version register */

powered by: WebSVN 2.1.0

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