forked from preesm/preesm.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnavigation.yml
97 lines (93 loc) · 2.81 KB
/
navigation.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
# main links
main:
- title: "Home"
url: /
- title: "About"
url: /about/
- title: "Documentation"
url: /docs/
- title: "Tutorials"
url: /tutos/
- title: "Publications"
url: /publis/
- title: "Get Preesm"
url: /get/
tutos_nav:
- title: Tutorials
url: /tutos/
children:
- title: "01 - Tutorial Introduction"
url: /tutos/intro/
- title: "02 - Parallelize an Application on a Multicore CPU"
url: /tutos/parasobel/
- title: "03 - Code Generation for Multicore DSP"
url: /tutos/mpsoccodegen/
- title: "04 - Software Pipelining for Throughput Optimization"
url: /tutos/softwarepipeline/
- title: "05 - Memory Footprint Reduction"
url: /tutos/memory/
- title: "06 - Advanced Memory Footprint Reduction"
url: /tutos/advancedmemory/
- title: "07 - Automated Actor Execution Time Measurement"
url: /tutos/instrumentation/
- title: Deprecated
children:
- title: "08 - Import/Export an SDF3 Graph"
url: /tutos/importexport/
- title: Beta Tutorials
children:
- title: "09 - Spider"
url: /tutos/spider/
- title: "10 - Papify"
url: /tutos/papify/
- title: "11 - HW/SW Code Generation for ZedBoard"
url: /tutos/sdsoc/
- title: "12 - Throughput Evaluation for Hierarchical Graphs"
url: /tutos/throughputeval/
- title: "13 - APOLLO"
url: /tutos/apollo/
- title: "14 - Clustering"
url: /tutos/clustering/
- title: "15 - HW/SW code generation for MPSoCs"
url: /tutos/artico3/
- title: "16 - Dataflow Code Generation for HLS"
url: /tutos/dfhls/
- title: "17 - SimSDP: Multinode Design Space Exploration"
url: /tutos/simsdp/
docs_nav:
- title: Documentation
url: /docs/
children:
- title: Install Preesm
url: /get/
- title: Tutorials
url: /tutos/
- title: "Release Notes (on GitHub)"
url: https://github.com/preesm/preesm/blob/master/release_notes.md
- title: "Workflow Tasks Reference"
url: /docs/workflowtasksref/
- title: Contributing
url: /docs/#developer-documentation
children:
- title: "Install git"
url: /docs/gitsetup/
- title: "Building Preesm"
url: /docs/buildpreesm/
- title: "Building Spider - [BETA]"
url: /docs/buildspider/
- title: "New Workflow Task"
url: /docs/newtask/
- title: "Developer Documentation"
url: /docs/devdoc/
- title: Extras
url: /docs/#extras
children:
- title: "Git Tips and Tricks"
url: /docs/gittips/
- title: "Build from Graphiti Sources"
url: /docs/buildfromgraphiti/
- title: "CCS Setup"
url: /docs/ccssetup/
get_nav:
- title: Getting Preesm
url: /get/