forked from pulp-platform/snitch_cluster
-
Notifications
You must be signed in to change notification settings - Fork 10
/
mkdocs.yml
70 lines (67 loc) · 2.4 KB
/
mkdocs.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
# Copyright 2020 ETH Zurich and University of Bologna.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
site_name: SNAX Cluster
theme:
name: material
icon:
repo: fontawesome/brands/github
repo_url: https://github.com/KULeuven-MICAS/snitch_cluster/
repo_name: KULeuven-MICAS/snitch_cluster
markdown_extensions:
- admonition
- def_list
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
plugins:
- include-markdown
- macros:
on_error_fail: true
use_directory_urls: false
extra:
repo: snitch_cluster
branch: main
nav:
- Home: index.md
- User Guide:
- Getting Started: ug/getting_started.md
- Repository Structure: ug/directory_structure.md
- Old Tutorial: ug/tutorial.md
- Documentation: ug/documentation.md
# Remove
# - Benchmarking: ug/benchmarking.md
# - Trace Example: ug/example_trace.html
- Reference Manual:
- Hardware:
- Snitch: rm/snitch.md
- Snitch Cluster:
- Overview: rm/snitch_cluster.md
- Peripherals: rm/peripherals.md
- Schema: schema-doc/snitch_cluster.md
- SNAX Cluster: rm/snax_cluster.md
- Reqrsp Interface: rm/reqrsp_interface.md
- Custom Instructions: rm/custom_instructions.md
# - Solder: rm/solder.md
# Note: These are non-existent in the original repo...
# - Software:
# - Pages: runtime/Pages/index.md
# - Files: runtime/Files/index.md
# - Classes: runtime/Classes/index.md
# - Examples: runtime/Examples/index.md
# - Modules: runtime/Modules/index.md
# - Namespaces: runtime/Namespaces/index.md
- SNAX Tutorial:
- Introduction: tutorial/introduction.md
- Architectural Overview: tutorial/architectural_overview.md
- 1. Accelerator Design: tutorial/accelerator_design.md
- 2. CSR Manager Design: tutorial/csrman_design.md
- 3. Streamer Design: tutorial/streamer_design.md
- 4. Building the System: tutorial/build_system.md
- 5. Programming the System: tutorial/programming.md
- Other Tools: tutorial/other_tools.md
- Summary and Exercise: tutorial/summary_and_exercise.md
- Publications: publications.md