Changes between Version 6 and Version 7 of user_applications
- Timestamp:
- Oct 13, 2015, 5:16:23 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
user_applications
v6 v7 6 6 The multi-threaded applications use the POSIX threads API, and have been specifically designed to analyse the TSAR manycore architecture scalability. 7 7 8 == __shell__ == 9 10 This single thread application allows there to launch. 11 12 It requires one private TTY terminal. 8 13 == __ Display__ == 9 14 … … 25 30 It requires one private TTY terminal. 26 31 27 The source code can be found [source:soft/giet_vm/applications/ display/coproc.c here], and the mapping directives are defined [source:soft/giet_vm/applications/display/coproc.py here].32 The source code can be found [source:soft/giet_vm/applications/coproc/coproc.c here], and the mapping directives are defined [source:soft/giet_vm/applications/coproc/coproc.py here]. 28 33 29 34 == __Transpose__ == … … 98 103 99 104 The source code can be found [source:soft/giet_vm/applications/classif/classif.c here], and the mapping is defined [source:soft/giet_vm/applications/classif/classif.py here]. 105 106 == __Raycast__ == 107 108 == __ Router__ ==