forked from daitoto/EDA-wiki
-
Notifications
You must be signed in to change notification settings - Fork 28
/
mkdocs.yml
148 lines (132 loc) · 3.76 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
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
# Project Information
site_name: EDA Wiki
site_description: EDA Wiki是关于EDA算法和开源工具的协作文档
site_author: EDA Wiki Team
site_url: https://openbelt.org.cn/wiki/
strict: true
# Repository
repo_name: 'pkuzjx/EDA-wiki'
repo_url: 'https://github.com/pkuzjx/EDA-wiki'
edit_uri: 'blob/master/docs/'
# Copyright
copyright: 'ICP备案号:<a href="http://www.beian.gov.cn">京ICP备19041147号</a> <br> Copyright © 2019 - 2021 EDA Wiki Team'
google_analytics:
- ''
- 'auto'
# Contents
nav:
- 简介:
- Getting started: index.md
- 关于本项目: intro/about.md
- EDA课程与教程: intro/course.md
- 开源EDA研讨会: intro/workshop.md
- 致谢: intro/thanks.md
- 设计流程:
- 设计流程简介: flow/index.md
- ASIC流程: flow/asic.md
- FPGA流程: flow/fpga.md
- AMS流程: flow/ams.md
- 标准格式: flow/standard.md
- 中间表示: flow/ir.md
- 开发环境: flow/ide.md
- 设计综合:
- 设计综合简介: synthesis/index.md
- 高层综合: synthesis/behavior.md
- 硬件构建: synthesis/hcl.md
- 逻辑综合: synthesis/logic.md
- 布局器: synthesis/place.md
- 电网综合: synthesis/power.md
- 时钟综合: synthesis/clock.md
- 物理优化: synthesis/opt.md
- 布线器: synthesis/route.md
- 版图综合: synthesis/layout.md
- 设计验证:
- 设计验证简介: verification/index.md
- 动态仿真验证: verification/dynamic.md
- 形式化验证: verification/formal.md
- 物理验证: verification/physical.md
- 分析与建模:
- 分析与建模简介: analysis/index.md
- 架构仿真: analysis/arch.md
- 逻辑仿真: analysis/logic.md
- 时序分析: analysis/timing.md
- 电路分析: analysis/circuit.md
- 物理分析: analysis/physics.md
- 硅知产:
- 硅知产简介: sip/index.md
- 工艺设计套件: sip/pdk.md
- 单元库: sip/lib.md
- 存储单元: sip/mem.md
- 通用计算: sip/general.md
- 专用计算: sip/special.md
- 可重构计算: sip/reconfig.md
- 片上互连: sip/interconn.md
- 输入输出: sip/inout.md
- 传感器: sip/sensor.md
- 测试:
- 测试简介: testing/index.md
- 可测试性设计: testing/dft.md
- 自动测试: testing/testing.md
# Theme
theme:
name: 'material'
language: 'zh'
palette:
primary: 'white'
accent: 'red'
include_search_page: false
search_index_only: true
#favicon: 'favicon.ico'
logo:
icon: 'school'
feature:
tabs: true
font:
text: 'Fira Sans'
code: 'Fira Mono'
# Customization
extra:
search:
language: 'jp'
# disqus: 'EDA-Wiki'
copyright: '<a href="https://creativecommons.org/licenses/by-sa/4.0/deed.zh">CC BY-SA 4.0</a> 和 <a href="https://github.com/zTrix/sata-license">SATA</a>'
pagetime: 'on'
manifest: 'manifest.webmanifest'
githash: ''
extra_javascript:
- '_static/js/extra.js?v=15'
- 'https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML'
extra_css:
- '_static/css/extra.css?v=12'
# Extensions
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
linenums: true
- def_list
- footnotes
- meta
- toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.progressbar
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: math
class: arithmatex
format: !!python/name:pymdownx.arithmatex.fence_mathjax_format
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- mdx_truly_sane_lists