forked from google/xls
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
40 lines (40 loc) · 1.11 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
site_name: "XLS: Accelerated HW Synthesis"
repo_url: "https://github.com/google/xls/"
site_url: "https://google.github.io/xls/"
edit_uri: 'tree/main/docs_src/'
docs_dir: "docs_src/"
site_dir: "docs/"
theme:
name: "material"
nav:
- Overview: 'README.md'
- IR:
- Semantics: 'ir_semantics.md'
- Optimizations: 'optimizations.md'
- Scheduling:
- Overview: 'scheduling.md'
- Delay Estimation: 'delay_estimation.md'
- Visualizer: 'ir_visualization.md'
- Native JIT:
- Overview: 'ir_jit.md'
- Data Layout: 'data_layout.md'
- Formal: 'solvers.md'
- DSLX:
- Reference: 'dslx_reference.md'
- Examples:
- CRC32: 'dslx_intro_example1.md'
- FP adder: 'fpadd_example.md'
- Prefix Scan: 'dslx_intro_example3.md'
- Fuzzer: "fuzzer.md"
- Code Generation:
- VAST: 'vast.md'
- Tools:
- Build System: 'build_system.md'
- Quick Start: 'tools_quick_start.md'
- Listing: 'tools.md'
- Interpreters: 'interpreters.md'
- Development:
- Contributing: 'contributing.md'
- Style Guide: 'xls_style.md'
markdown_extensions:
- mdx_truly_sane_lists