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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_52/] [or1ksim/] [cuc/] [cuc.h] - Diff between revs 997 and 1061

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

Rev 997 Rev 1061
Line 71... Line 71...
#define MO_STRONG       2       /* Same memory ordering, burst can be made, width can change */
#define MO_STRONG       2       /* Same memory ordering, burst can be made, width can change */
#define MO_EXACT        3       /* Exacltly the same memory ordering and widths */
#define MO_EXACT        3       /* Exacltly the same memory ordering and widths */
 
 
#define BB_INLOOP       0x01    /* This block is inside a loop */
#define BB_INLOOP       0x01    /* This block is inside a loop */
#define BB_OPTIONAL     0x02
#define BB_OPTIONAL     0x02
#define BB_END          0x04    /* Whether this block is last */
 
#define BB_DEAD         0x08    /* This block is unaccessible -> to be removed */
#define BB_DEAD         0x08    /* This block is unaccessible -> to be removed */
 
 
#define BBID_START      MAX_BB        /* Start BB pointer */
#define BBID_START      MAX_BB        /* Start BB pointer */
#define BBID_END        (MAX_BB + 1)  /* End BB pointer */
#define BBID_END        (MAX_BB + 1)  /* End BB pointer */
 
 

powered by: WebSVN 2.1.0

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