-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
69 lines (66 loc) · 2.07 KB
/
mkdocs.yml
File metadata and controls
69 lines (66 loc) · 2.07 KB
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
site_name: VAJAX
site_description: GPU-Accelerated Analog Circuit Simulator built on JAX
repo_url: https://github.com/ChipFlow/vajax
repo_name: ChipFlow/vajax
theme:
name: material
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- content.code.copy
- navigation.instant
- navigation.sections
- navigation.top
- toc.follow
markdown_extensions:
- admonition
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- tables
- toc:
permalink: true
nav:
- Home: index.md
- User Guide:
- Getting Started: getting_started.md
- Supported Devices: supported_devices.md
- API Reference: api_reference.md
- CLI Reference: cli_reference.md
- Transient Options: transient_options.md
- Performance Analysis: performance_analysis.md
- VACASK Sim Format: vacask_sim_format.md
- Developer Guide:
- Architecture Overview: architecture_overview.md
- Parallelism Architecture: parallelism_architecture.md
- GPU Solver Architecture: gpu_solver_architecture.md
- GPU Solver Jacobian: gpu_solver_jacobian.md
- Sparse Solver Roadmap: sparse_solver_roadmap.md
- Debug Tools: debug_tools.md
- PHI Nodes Guide: phi_nodes_guide.md
- Verilog-A System Functions: verilog_a_system_functions.md
- OSDI Parameter Architecture: osdi_parameter_architecture.md
- OSDI Inputs: vacask_osdi_inputs.md
- Code Generation Backends: sim_back_vs_openvaf_jax.md
- Packages:
- openvaf-py: packages/openvaf-py.md
- osdi-py: packages/osdi-py.md
- umfpack-jax: packages/umfpack-jax.md
- CI Status: ci-status.md