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

Location:
trunk/softs/test_llsc/scripts
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/softs/test_llsc/scripts/LLSCTestGenerator/Program.hpp

    r536 r546  
    107107      res << "   }" << endl;
    108108      res << endl;
    109       res << "   *(unsigned int *) 0x0 = 0xDEADDEAD;" << endl;
     109      res << "   giet_raise_sigint();" << endl;
    110110      res << endl;
    111111      res << "   srl_exit();" << endl;
  • trunk/softs/test_llsc/scripts/test_llsc.py

    r536 r546  
    9999
    100100mpr.map(tcg, code = 'PSEG_RAM_0', data = 'PSEG_RAM_0', ptab = "PSEG_RAM_0")
    101 mpr.map('system', boot = 'PSEG_ROM', kernel = 'PSEG_RAM_0', scheduler = True)
     101mpr.map('system', boot = 'PSEG_RAM_0', kernel = 'PSEG_RAM_0', scheduler = True)
    102102
    103 mpr.generate(dsx.Giet(outdir = '.', vaddr_replicated_peri_inc = 0x100000))
     103mpr.generate(dsx.Giet(outdir = '.', vaddr_replicated_peri_inc = 0x2000, debug = True))
    104104
  • trunk/softs/test_llsc/scripts/tsarch.py

    r536 r546  
    1515    hd.add(Fbf('PSEG_FBF', pbase = 0xB2000000, channel_size = 352 * 288 * 2, nb_channel = 1))
    1616    hd.add(Ioc('PSEG_IOC', pbase = 0xB3000000, channel_size = 32, nb_channel = 1))
     17    hd.add(SimH('PSEG_SIMH', pbase = 0xB7000000, channel_size = 32, nb_channel = 1)) # 6 mapped registers
    1718
    1819    hd.add(Xicu('PSEG_XICU', pbase = 0xB0000000, channel_size = 32, nb_channel = nb_proc, replicated = True)) # name suffixed with "_<num_cluster>"
Note: See TracChangeset for help on using the changeset viewer.