Ignore:
Timestamp:
Oct 7, 2013, 5:23:44 PM (11 years ago)
Author:
meunier
Message:

Rajout du composant Sim Helper dans le répertoire soft/test_llsc pour l'outil de test automatisé du LL/SC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/softs/test_llsc/top.cpp

    r536 r546  
    166166#ifdef USE_GIET
    167167#include "scripts/soft/hard_config.h"
    168 #define PREFIX_OS "/users/cao/meunier/src/giet_vm/"
     168#define PREFIX_OS "giet_vm/"
    169169#endif
    170170
     
    272272   #define MDMA_BASE    0x00B1000000
    273273   #define MDMA_SIZE    0x0000001000 * NB_DMA_CHANNELS  // 4 Kbytes per channel
     274
     275   #define SIMH_BASE    0x00B7000000
     276   #define SIMH_SIZE    0x0000001000
    274277#endif
    275278
     
    322325#define BROM_TGTID      7
    323326#define CDMA_TGTID      8
     327#define SIMH_TGTID      9
    324328
    325329bool stop_called = false;
     
    567571            maptabd.add(Segment("seg_cdma", CDMA_BASE, CDMA_SIZE,
    568572                        IntTab(cluster(x,y),CDMA_TGTID), false));
     573            maptabd.add(Segment("seg_simh", SIMH_BASE, SIMH_SIZE,
     574                        IntTab(cluster(x,y),SIMH_TGTID), false));
    569575         }
    570576      }
     
    699705                CDMA_TGTID,
    700706                BDEV_TGTID,
     707                SIMH_TGTID,
    701708                MEMC_WAYS,
    702709                MEMC_SETS,
Note: See TracChangeset for help on using the changeset viewer.