Changes between Version 26 and Version 27 of QuickStartSoclib


Ignore:
Timestamp:
Jun 9, 2010, 3:34:45 PM (14 years ago)
Author:
Nicolas Pouillon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QuickStartSoclib

    v26 v27  
    2323
    2424The SoCLib source tree contains a platform dedicated to this tutorial:
    25 {{{soclib/soclib/platform/topcells/caba-vgmn-mutekh_tutorial/}}}.
     25{{{soclib/soclib/platform/topcells/caba-vgmn-mutekh_kernel_tutorial/}}}.
    2626
    2727== The MutekH part ==
     
    6868
    6969{{{
    70 $ cd path/to/soclib/soclib/platform/topcells/caba-vgmn-mutekh_tutorial
     70$ cd path/to/soclib/soclib/platform/topcells/caba-vgmn-mutekh_kernel_tutorial
    7171$ make system.x
    7272}}}
     
    7676The simulator needs the MutekH executable file name and the processor type and the number of processors of this type:
    7777{{{
    78 $ cd path/to/soclib/soclib/platform/topcells/caba-vgmn-mutekh_tutorial
     78$ cd path/to/soclib/soclib/platform/topcells/caba-vgmn-mutekh_kernel_tutorial
    7979$ ./system.x mips32el:2 path/to/mutekh/kernel-mipsel.het.out arm:2 path/to/mutekh/kernel-arm.het.out
    8080}}}