source: trunk/Platforms/Generic/README @ 2

Last change on this file since 2 was 2, checked in by kane, 17 years ago

Import Morpheo

File size: 1.2 KB
Line 
1--------------------------------------------------
2 Table of contents
3--------------------------------------------------
4
5I   - Directory
6II  - Create platform
7III - Create configuration file
8III - Run platform
9
10--------------------------------------------------
11 I   - Directory
12--------------------------------------------------
13
14include   :
15src       :
16
17--------------------------------------------------
18 II  - Create platform
19--------------------------------------------------
20
21--------------------------------------------------
22 III - Create configuration file
23--------------------------------------------------
24
25--------------------------------------------------
26 IV  - Run platform
27--------------------------------------------------
28
290) Position environnement variable
301) Create your platforms
312) Create your configuration (per example : it's copy in include/m_cpu_param_configuration/m_cpu_param_sscalar.h)
323) Erase previous compilation : > make realclean
334) Compil platform            : > make ID="sscalar" MCPU_PARAM="include/m_cpu_param_configuration/m_cpu_param_sscalar.h"
345) Run simulator              : > bin/system_sscalar.x 10000 $SOFT/Softwares/Debug/bin/soft.x
Note: See TracBrowser for help on using the repository browser.