Changes between Version 6 and Version 7 of DsxInstall
- Timestamp:
- Mar 31, 2008, 2:01:58 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DsxInstall
v6 v7 10 10 11 11 * A [wiki:CrossToolChain cross compilation toolchain] for each targetted arch 12 * A copy of SocLib12 * A copy of [http://www.soclib.fr SocLib] 13 13 * A copy of [wiki:SystemC] 14 * A copy of [wiki:SystemCASS] (for fast Caba simulation) 15 16 Probably in your distribution already: 17 18 * pydot (requires pyparsing) http://dkbza.org/pydot.html 19 * graphviz (== dot) 20 * python-docutils 14 * A copy of [wiki:SystemCASS] (optional, for fast Caba simulation) 21 15 22 16 ''You should have all binaries from those projects in your PATH'' 23 24 For debugging purposes:25 26 * GtkWave27 28 == Setup your environment ==29 30 See DsxEnviron31 17 32 18 == Configure DSX == … … 42 28 $ ./hello.py 43 29 [...] 44 $ ./exe.muteks_ caba30 $ ./exe.muteks_hard 45 31 [You should get "Hello world" in a tty] 46 32 }}}