将全角引号改为半角引号+空格

This commit is contained in:
shenjack 2023-12-06 21:24:31 +08:00
parent 9b8c5060a0
commit acd84c21fb
Signed by: shenjack
GPG Key ID: 7B1134A979775551
13 changed files with 18 additions and 18 deletions

View File

@ -1,4 +1,4 @@
# 借位封闭减法器BCS, Borrow Carry Subtractor
# 借位封闭减法器 (BCS, Borrow Carry Subtractor)
## 基本描述

View File

@ -1,4 +1,4 @@
# 模块1 封闭进位加法器CCA, Carry Cancel Adder
# 模块1 封闭进位加法器 (CCA, Carry Cancel Adder)
## 基本描述

View File

@ -32,5 +32,5 @@ git clone http://shenjack.top:5100/ARS/ARS-docs.git
1. 若有在`tags/tags`目录内添加新标签的需求,文件名应遵循`snake_case`命名法。
2. 若有在`modules`添加模块的需求,存放模块的文件夹名,单词与单词之间用短横隔开,且遵循该命名格式:`abbr-h_or_v-lagency-(optional)tick-(Optional)appendix`。
- 其中,`abbr`代表模块英文名称缩写(全大写)`h_or_v`代表该模块的横竖类别,例如横式模块就写`horizontal``lagency`代表模块延迟;`(Optional)tick`表示模块流水周期,有则写之,否则不写;`(Optional)appendix`代表该模块的其它附加信息,同样有则写之。
- 其中,`abbr`代表模块英文名称缩写 (全大写) `h_or_v`代表该模块的横竖类别,例如横式模块就写`horizontal``lagency`代表模块延迟;`(Optional)tick`表示模块流水周期,有则写之,否则不写;`(Optional)appendix`代表该模块的其它附加信息,同样有则写之。
3. 模块内的`README.md`编写规范详见该[issue](http://shenjack.top:5100/ARS/ARS-docs/issues/4)。其中,模块描述应当言简意赅,避免陈词滥调。

View File

@ -6,13 +6,13 @@
- [大型模块](./tags/large_module.md) : 方块数量>100000的模块。
- [算数单元](./tags/au.md) : 具有运算功能的模块。
- [加/减法器](./tags/adder_or_subtractor.md) : 具有加/减法功能的模块。
- [ALU(算逻单元)](./tags/alu.md) : 算术逻辑单元
- [ALU (算逻单元) ](./tags/alu.md) : 算术逻辑单元
- [显示模块](./tags/display_module.md) : 具备显示功能的模块。
- [存储模块](./tags/storage_module.md) : 具备存储功能的模块。
- [数码管](./tags/digital_display.md) : 显示数字的专用模块。
- [成品模块](./tags/completed_module.md) : 已经完成设计的模块如CPU
- [一级模块](./tags/primary_module.md) : 组成整个模块的次级模块。如ALU算术逻辑单元PC程序计数器MM主存等。
- [二级模块](./tags/secondary_module.md) : 次级模块的次级模块。如CCA进位取消全加器RAM随机存储器ROM只读存储器等。
- [一级模块](./tags/primary_module.md) : 组成整个模块的次级模块。如ALU (算术逻辑单元) PC (程序计数器) MM (主存) 等。
- [二级模块](./tags/secondary_module.md) : 次级模块的次级模块。如CCA (进位取消全加器) RAM (随机存储器) ROM (只读存储器) 等。
- [子模块](./tags/submodule.md) : 二级模块的次级模块。如单个逻辑门,导线等。
- [Java版](./tags/je.md) : Java版模块
- [基岩版](./tags/be.md) : 基岩版模块。

View File

@ -2,4 +2,4 @@
### 在此标签下的模块有:
- [借位封闭减法器BCS, Borrow Carry Subtractor](../../modules/BCS-vertical-10gt-2t/)
- [借位封闭减法器 (BCS, Borrow Carry Subtractor) ](../../modules/BCS-vertical-10gt-2t/)

View File

@ -2,6 +2,6 @@
### 在此标签下的模块有:
- [封闭进位加法器CCA, Carry Cancel Adder](../../modules/CCA-vertical-8gt/)
- [借位封闭减法器BCS, Borrow Carry Subtractor](../../modules/BCS-vertical-10gt-2t/)
- [封闭进位加法器 (CCA, Carry Cancel Adder) ](../../modules/CCA-vertical-8gt/)
- [借位封闭减法器 (BCS, Borrow Carry Subtractor) ](../../modules/BCS-vertical-10gt-2t/)
- [32位封闭进位加法器](../../modules/CCA-vertial-20gt-32bit/)

View File

@ -2,6 +2,6 @@
### 在此标签下的模块有:
- [封闭进位加法器CCA, Carry Cancel Adder](../../modules/1-CCA-vertical-8gt/)
- [借位封闭减法器BCS, Borrow Carry Subtractor](../../modules/2-BCS-vertical-10gt-2t/)
- [封闭进位加法器 (CCA, Carry Cancel Adder) ](../../modules/1-CCA-vertical-8gt/)
- [借位封闭减法器 (BCS, Borrow Carry Subtractor) ](../../modules/2-BCS-vertical-10gt-2t/)
- [32位封闭进位加法器](../../modules/3-CCA-vertial-20gt-32bit/)

View File

@ -2,6 +2,6 @@
### 在此标签下的模块有:
- [封闭进位加法器CCA, Carry Cancel Adder](../../modules/CCA-vertical-8gt/)
- [借位封闭减法器BCS, Borrow Carry Subtractor](../../modules/BCS-vertical-10gt-2t/)
- [封闭进位加法器 (CCA, Carry Cancel Adder) ](../../modules/CCA-vertical-8gt/)
- [借位封闭减法器 (BCS, Borrow Carry Subtractor) ](../../modules/BCS-vertical-10gt-2t/)
- [32位封闭进位加法器](../../modules/CCA-vertial-20gt-32bit/)

View File

@ -2,4 +2,4 @@
### 在此标签下的模块有:
- [封闭进位加法器CCA, Carry Cancel Adder](../../modules/CCA-vertical-8gt)
- [封闭进位加法器 (CCA, Carry Cancel Adder) ](../../modules/CCA-vertical-8gt)

View File

@ -2,4 +2,4 @@
### 在此标签下的模块有:
- [封闭进位加法器CCA, Carry Cancel Adder](../../modules/CCA-vertical-8gt)
- [封闭进位加法器 (CCA, Carry Cancel Adder) ](../../modules/CCA-vertical-8gt)

View File

@ -2,4 +2,4 @@
### 在此标签下的模块有:
- [封闭进位加法器CCA, Carry Cancel Adder](../../modules/CCA-vertical-8gt)
- [封闭进位加法器 (CCA, Carry Cancel Adder) ](../../modules/CCA-vertical-8gt)

View File

@ -2,4 +2,4 @@
### 在此标签下的模块有:
- [封闭进位加法器CCA, Carry Cancel Adder](../../modules/CCA-vertical-8gt)
- [封闭进位加法器 (CCA, Carry Cancel Adder) ](../../modules/CCA-vertical-8gt)

View File

@ -2,4 +2,4 @@
### 在此标签下的模块有:
- [封闭进位加法器CCA, Carry Cancel Adder](../../modules/CCA-vertical-8gt)
- [封闭进位加法器 (CCA, Carry Cancel Adder) ](../../modules/CCA-vertical-8gt)