Changes between Initial Version and Version 1 of DsxInstall


Ignore:
Timestamp:
Jul 31, 2006, 11:58:25 AM (18 years ago)
Author:
Nicolas Pouillon
Comment:

Install

Legend:

Unmodified
Added
Removed
Modified
  • DsxInstall

    v1 v1  
     1== Get the source ==
     2
     3svn co svn+ssh://asim.lip6.fr/users/largo2/trac/dsx/svn/dsx/trunk/dsx dsx
     4
     5== Get prerequisites ==
     6
     7 * A [wiki:CrossToolChain cross compilation toolchain] for each targetted arch
     8 * A copy of SocLib
     9 * A copy of [wiki:SystemC]
     10 * A copy of [wiki:SystemCASS] (for fast Caba simulation)
     11
     12''You should have all binaries from those projects in your PATH''
     13
     14For debugging purposes:
     15
     16 * GtkWave
     17
     18== Configure DSX ==
     19
     20See DsxConfig
     21
     22== Testing ==
     23
     24Easiest test is to run examples
     25
     26{{{
     27$ cd $DSX_DIR/examples/hello
     28$ ./hello.py
     29[...]
     30$ ./exe.muteks_caba
     31[You should get "Hello world" in a tty]
     32}}}