| | 1 | == Get the source == |
| | 2 | |
| | 3 | svn 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 | |
| | 14 | For debugging purposes: |
| | 15 | |
| | 16 | * GtkWave |
| | 17 | |
| | 18 | == Configure DSX == |
| | 19 | |
| | 20 | See DsxConfig |
| | 21 | |
| | 22 | == Testing == |
| | 23 | |
| | 24 | Easiest 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 | }}} |