重构 | 全给我重构了

This commit is contained in:
creepebucket 2023-12-05 01:39:18 +08:00 committed by shenjack
parent 5e3aeeb3c1
commit 3e3ed59b42
Signed by: shenjack
GPG Key ID: 7B1134A979775551
42 changed files with 344 additions and 37 deletions

3
.gitattributes vendored Normal file
View File

@ -0,0 +1,3 @@
*.nbt filter=lfs diff=lfs merge=lfs -text
*.schem filter=lfs diff=lfs merge=lfs -text
*.litematic filter=lfs diff=lfs merge=lfs -text

View File

@ -1,35 +0,0 @@
# 模块1 封闭进位加法器CCA, Carry Cancel Adder
## 基本描述
计算两组8位整数的和执行所有标准加法器的功能。两组输入是同步的输出也是同步的。总延迟为4tick。含火把故不可流水线。体积很小且速度快。建议在没有流水线的情况下使用。
电路接受最少强度5的输入且两侧输入强度差距不超过1。之后所有含此类异或门结构的电路均是如此。
试用版本|适用于java版1.6及以上
## 元件信息
-|-
标签|小型模块,运算单元,加/减法器二级模块Java版静音传统红石
作者|Don_Manuel_1229
存档位置|16 4 32
电路类型|逻辑电路
电路大小|6×19×9
总延迟|4(rt)
## 特性表
类别|位宽|布线方式|位置|延迟|脉冲|注释
-|-|-|-|-|-|-
输入数据1|8|竖式,高位在上|1 3 1|0|2|第一个加数
输入数据2|8|4 3 1|0|2|第二个加数
输出数据|8||5 2 9|4|2|加法结果
控制端口1|1||3 2 6|2|2|低位进位可认为是第三个加数且值为1
标志位1|1||5 17 9|5|2|最高位进位,即加法计算是否溢出
## 检查单
是否含火把|是|是否支持2t流水线|否
-|-|-|-
是否含活塞|否|是否为“无红石粉”|否
是否含侦测器|否|是否含容器|否
是否含漏斗、投掷器|否|是否含实体|否
是否使用墙电|否|是否使用水电|否
参考子模块:封闭进位加法器

BIN
assets/image/index.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

BIN
assets/image/tag_index.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:66b9e95d203629cbd8a74a38a469ee9446199968a0d58e9ce582e9bed4c16151
size 1272

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b34719788a158f144cc99a1db7e15201ddbada68aaec6a84dc1bb7ff8573ea68
size 4005

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5a7c042561e7bf19ce129d02f1b9c003015676af52748cb98d611279dce12f3d
size 1038

View File

@ -0,0 +1,49 @@
# 模块1 封闭进位加法器CCA, Carry Cancel Adder
## 基本描述
计算两组8位整数的和执行所有标准加法器的功能。两组输入是同步的输出也是同步的。总延迟为4tick。含火把故不可流水线。体积很小且速度快。建议在没有流水线的情况下使用。
电路接受最少强度5的输入且两侧输入强度差距不超过1。之后所有含此类异或门结构的电路均是如此。
## 标签
- 小型模块
- 运算单元
- 加/减法器
- 二级模块
- Java版
- 静音
- 传统红石
## 元件信息
- 作者
- Don_Manuel_1229
- 存档位置
- 16 4 32
- 电路类型
- 逻辑电路
- 电路大小
- 6×19×9
- 总延迟
- 4(rt)
- 适用版本
- 适用于java版1.6及以上
## 特性表
| 类别 | 位宽 | 布线方式 | 位置 | 延迟 | 脉冲 | 注释 |
| --------- | ---- | -------------- | ------ | ---- | ---- | ----------------------------------- |
| 输入数据1 | 8 | 竖式,高位在上 | 1 3 1 | 0 | 2 | 第一个加数 |
| 输入数据2 | 8 | | 4 3 1 | 0 | 2 | 第二个加数 |
| 输出数据 | 8 | | 5 2 9 | 4 | 2 | 加法结果 |
| 控制端口1 | 1 | | 3 2 6 | 2 | 2 | 低位进位可认为是第三个加数且值为1 |
| 标志位1 | 1 | | 5 17 9 | 5 | 2 | 最高位进位,即加法计算是否溢出 |
## 检查单
| 是否含火把 | 是 | 是否支持2t流水线 | 否 |
| ------------------ | --- | ---------------- | --- |
| 是否含活塞 | 否 | 是否为“无红石粉” | 否 |
| 是否含侦测器 | 否 | 是否含容器 | 否 |
| 是否含漏斗、投掷器 | 否 | 是否含实体 | 否 |
| 是否使用墙电 | 否 | 是否使用水电 | 否 |

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1180b7e9fc26a6bc65ffb44404671d3175be06e9b5dcc8b695b59ccff1114417
size 1380

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:58ee048e6310b22eeff364bef6e19efdb3b4cbae0732e5eb2a6d3c80599d81a7
size 3611

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8a502ded3905b224e9da97e4cf029218f9dc032bca594c5d41890631b18918ed
size 1277

View File

@ -0,0 +1,53 @@
# 借位封闭减法器BCS, Borrow Carry Subtractor
## 基本描述
计算两组8位整数的差可以通过取补码转化为加法器。两组输入是同步的输出也是同步的。总延迟为5tick。不含火把故可以流水线。体积很小且速度快。可以在补码转换后作流水线加法器使用。
## 原链接:[点击传送](https://tieba.baidu.com/p/6646278486)
## 元件信息
- 作者
- Fredbill
- 存档位置
- 48 4 32
- 电路类型
- 逻辑电路
- 电路大小
- 4×18×12
- 总延迟
- 5
- 适用版本
- java版1.6及以上
## 标签
- 小型模块
- 运算单元
- 加/减法器
- 二级模块
- java版
- 2t流水
- 无容器
- 静音
- 传统红石
## 特性表
| 位宽 | 布线方式 | 位置 | 延迟 | 脉冲 | 注释 |
| --------- | ----------------- | ------- | ---- | ---- | ------------------------------------ |
| 输入数据1 | 8(竖式,高位在上) | 1 4 1 | 0 | 2 | 减数 |
| 输入数据2 | 8 | 4 4 1 | 0 | 2 | 被减数 |
| 输出数据 | 8 | 2 1 12 | 5 | 2 | 两数之差 |
| 控制端口1 | 1 | 3 1 6 | 1 | 2 | 最低位借位,可视为-1拉杆默认为拉下 |
| 标志位1 | 1 | 3 18 10 | 4 | 2 | 最高位是否向高位借位是则输出1 |
## 检查单
| 是否含火把 | 仅在控制端口有1个 | 是否支持2t流水线 | 是 |
| ------------------ | ----------------- | ---------------- | --- |
| 是否含活塞 | 否 | 是否为“无红石粉” | 否 |
| 是否含侦测器 | 否 | 是否含容器 | 否 |
| 是否含漏斗、投掷器 | 否 | 是否含实体 | 否 |
| 是否使用墙电 | 否 | 是否使用水电 | 否 |

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:93d47e37dd12a0c0c4749fb09b3e8a31a760ad6df13045f0ed58553b3effd8aa
size 4530

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:18cf2d3ee6c1013340d65ca5135380935d53885ef6fce9838047cac683b6e8ee
size 9408

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0b6eaa8332bd5d47015b462cd7ed76eedb10128eec1161eb539e2a6ad7e2adec
size 2358

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:46155e3efd8a988d16dc378b3b84259eed00f26a7a8233c4cb79ab36306a6636
size 2006

View File

@ -0,0 +1,51 @@
# 32位 封闭进位加法器
## 基本描述
计算两组32位整数的和。输入输出并不完全同步,每8位为一组(组间具有2rt进位延迟)。同步输入不影响最终结果(但会带来计算毛刺)。总延迟为10rt。含火把。体积小,速度快。建议用于无2rt流水线电路
## 原视频链接:[点击传送](https://www.bilibili.com/video/BV1Ni4y1M7Qj)
## 元件信息
- 适用版本
- Java版 1.6+
- 作者
- Fredbill
- 存档位置
- `32 4 32`
- 电路类型
- 算术电路
- 电路大小
- `6 × 67 × 9`
- 总延迟
- `4 + 6 = 10`
### 标签
- `算术运算模块`
- `加/减法器`
- `二级模块`
- `静音`
- `传统红石`
## 模块参数列表
| 端口列表 | 位宽 | 位置 | 延迟 | 注释 |
| -------- | --- | ----- | -------- | ---- |
| 输入数据A | 32 | 1 3 1 | 0+2[N mod 8] | 加数A |
| 输入数据B | 32 | 4 3 1 | 0+2[N mod 8] | 加数B |
| 输出数据 | 32 | 5 2 9 | 4+2[N mod 8] | 和 |
| 进位输入 | 1 | 3 2 6 | 0 | 低位进位 |
| 标志位 | 1 | 5 65 9 | 11 | 溢出 |
## 模块指标列表
| 指标项目 | 参数 | 指标项目 | 参数 |
| ------------------ | --- | ---------------- | --- |
| 火把 | 有 | 2rt流水线 | 不支持 |
| 活塞 | 无 | 红石粉 | 有 |
| 侦测器 | 无 | 容器 | 无 |
| 应用漏斗、投掷器 | 无 | 墙电、水电、光电 | 无 | | |
模块分支:封闭进位加法器

15
modules/readme.md Normal file
View File

@ -0,0 +1,15 @@
# modules
## CCA
`CCA(Carry Carry Adder)` - `进位封闭加法器`
- [竖式 8gt CCA](./1-CCA-vertical-8gt)
- [竖式 10gt CCA](./3-CCA-vertial-20gt-32bit)
## BCS
`BCS(Borrow Carry Subtractor)` - `借位封闭减法器`
- [竖式 10gt BCS](./2-BCS-vertical-10gt-2t)

View File

@ -1,2 +1,7 @@
# ARS Docs
>This documentation is under completion.
# ARS 模块收集
>This documentation is under completion.
## 模块目录
- [模块目录](./modules)

26
tags/readme.md Normal file
View File

@ -0,0 +1,26 @@
# 标签索引
![标签索引logo](http://shenjack.top:5100/ARS/ARS-docs/raw/branch/main/assets/image/tag_index.png)
### 所有可用标签:
- [小型模块](http://shenjack.top:5100/ARS/ARS-docs/src/branch/main/tags/tags/Small-Module.md) : 方块数量小于10000的模块
- [中型模块](http://shenjack.top:5100/ARS/ARS-docs/src/branch/main/tags/tags/Medium-sized-module.md) : 方块数量在10001-100000之间的模块。
- [大型模块](http://shenjack.top:5100/ARS/ARS-docs/src/branch/main/tags/tags/Large-Module.md) : 方块数量>100000的模块。
- [运算单元](http://shenjack.top:5100/ARS/ARS-docs/src/branch/main/tags/tags/AU.md) : 具有运算功能的模块。
- [加/减法器](http://shenjack.top:5100/ARS/ARS-docs/src/branch/main/tags/tags/Add-or-Subtractor.md) : 具有加/减法功能的模块。
- [ALU算逻单元](http://shenjack.top:5100/ARS/ARS-docs/src/branch/main/tags/tags/ALU.md) : 算术逻辑单元
- [显示模块](http://shenjack.top:5100/ARS/ARS-docs/src/branch/main/tags/tags/Display_Module.md) : 具备显示功能的模块。
- [存储模块](http://shenjack.top:5100/ARS/ARS-docs/src/branch/main/tags/tags/Storage-Module.md) : 具备存储功能的模块。
- [数码管](http://shenjack.top:5100/ARS/ARS-docs/src/branch/main/tags/tags/Digital_Display.md) : 显示数字的专用模块。
- [成品模块](http://shenjack.top:5100/ARS/ARS-docs/src/branch/main/tags/tags/Finished-module.md) : 已经完成设计的模块如CPU
- [一级模块](http://shenjack.top:5100/ARS/ARS-docs/src/branch/main/tags/tags/Primary-module.md) : 组成整个模块的次级模块。如ALU算术逻辑单元PC程序计数器MM主存等。
- [二级模块](http://shenjack.top:5100/ARS/ARS-docs/src/branch/main/tags/tags/Secondary-module.md) : 次级模块的次级模块。如CCA进位取消全加器RAM随机存储器ROM只读存储器等。
- [子模块](http://shenjack.top:5100/ARS/ARS-docs/src/branch/main/tags/tags/Submodule.md) : 二级模块的次级模块。如单个逻辑门,导线等。
- [Java版](http://shenjack.top:5100/ARS/ARS-docs/src/branch/main/tags/tags/Java-Edition.md) : Java版模块
- [基岩版](http://shenjack.top:5100/ARS/ARS-docs/src/branch/main/tags/tags/Bedrock-Edition.md) : 基岩版模块。
- [版本特性](http://shenjack.top:5100/ARS/ARS-docs/src/branch/main/tags/tags/Version-Feature.md) : 利用了版本特性的模块。
- [2rt流水](http://shenjack.top:5100/ARS/ARS-docs/src/branch/main/tags/tags/2rt-pipeline.md) : 支持2rt流水线的模块。
- [时序严格](http://shenjack.top:5100/ARS/ARS-docs/src/branch/main/tags/tags/Strict-timing.md) : 对于电路时序要求严格的模块。
- [无容器](http://shenjack.top:5100/ARS/ARS-docs/src/branch/main/tags/tags/No-Container.md) : 没有容器的模块。
- [静音](http://shenjack.top:5100/ARS/ARS-docs/src/branch/main/tags/tags/Silent.md) : 不会发出响声的模块。
- [单片](http://shenjack.top:5100/ARS/ARS-docs/src/branch/main/tags/tags/Single-chip.md) : 1高或1宽的模块。
- [传统红石](http://shenjack.top:5100/ARS/ARS-docs/src/branch/main/tags/tags/Traditional-Redstone.md) : 仅使用红石方块特性,不使用墙电,水电,树电,脚电等其他特性的模块。

View File

@ -0,0 +1,5 @@
# 标签索引 标签:2rt流水
### 在此标签下的模块有:
- []()

5
tags/tags/ALU.md Normal file
View File

@ -0,0 +1,5 @@
# 标签索引 标签:ALU
### 在此标签下的模块有:
- []()

5
tags/tags/AU.md Normal file
View File

@ -0,0 +1,5 @@
# 标签索引 标签:运算单元
### 在此标签下的模块有:
- [模块1 封闭进位加法器CCA, Carry Cancel Adder](http://shenjack.top:5100/ARS/ARS-docs/src/branch/main/modules/1-CCA-vertical-8gt)

View File

@ -0,0 +1,5 @@
# 标签索引 标签:加减法器
### 在此标签下的模块有:
- [模块1 封闭进位加法器CCA, Carry Cancel Adder](http://shenjack.top:5100/ARS/ARS-docs/src/branch/main/modules/1-CCA-vertical-8gt)

View File

@ -0,0 +1,5 @@
# 标签索引 标签:基岩版
### 在此标签下的模块有:
- []()

View File

@ -0,0 +1,5 @@
# 标签索引 标签:数码管
### 在此标签下的模块有:
- []()

View File

@ -0,0 +1,5 @@
# 标签索引 标签:显示模块
### 在此标签下的模块有:
- []()

View File

@ -0,0 +1,5 @@
# 标签索引 标签:成品模块
### 在此标签下的模块有:
- []()

View File

@ -0,0 +1,5 @@
# 标签索引 标签:Java版
### 在此标签下的模块有:
- [模块1 封闭进位加法器CCA, Carry Cancel Adder](http://shenjack.top:5100/ARS/ARS-docs/src/branch/main/modules/1-CCA-vertical-8gt)

View File

@ -0,0 +1,5 @@
# 标签索引 标签:大型模块
### 在此标签下的模块有:
- []()

View File

@ -0,0 +1,5 @@
# 标签索引 标签:中型模块
### 在此标签下的模块有:
- []()

View File

@ -0,0 +1,5 @@
# 标签索引 标签:无容器
### 在此标签下的模块有:
- [模块1 封闭进位加法器CCA, Carry Cancel Adder](http://shenjack.top:5100/ARS/ARS-docs/src/branch/main/modules/1-CCA-vertical-8gt)

View File

@ -0,0 +1,5 @@
# 标签索引 标签:一级模块
### 在此标签下的模块有:
- []()

View File

@ -0,0 +1,5 @@
# 标签索引 标签:二级模块
### 在此标签下的模块有:
- [模块1 封闭进位加法器CCA, Carry Cancel Adder](http://shenjack.top:5100/ARS/ARS-docs/src/branch/main/modules/1-CCA-vertical-8gt)

5
tags/tags/Silent.md Normal file
View File

@ -0,0 +1,5 @@
# 标签索引 标签:静音
### 在此标签下的模块有:
- [模块1 封闭进位加法器CCA, Carry Cancel Adder](http://shenjack.top:5100/ARS/ARS-docs/src/branch/main/modules/1-CCA-vertical-8gt)

5
tags/tags/Single-chip.md Normal file
View File

@ -0,0 +1,5 @@
# 标签索引 标签:单片
### 在此标签下的模块有:
- []()

View File

@ -0,0 +1,5 @@
# 标签索引 标签:小型模块
### 在此标签下的模块有:
- [模块1 封闭进位加法器CCA, Carry Cancel Adder](http://shenjack.top:5100/ARS/ARS-docs/src/branch/main/modules/1-CCA-vertical-8gt)

View File

@ -0,0 +1,5 @@
# 标签索引 标签:存储模块
### 在此标签下的模块有:
- []()

View File

@ -0,0 +1,5 @@
# 标签索引 标签:时序严格
### 在此标签下的模块有:
- []()

5
tags/tags/Submodule.md Normal file
View File

@ -0,0 +1,5 @@
# 标签索引 标签:子模块
### 在此标签下的模块有:
- []()

View File

@ -0,0 +1,5 @@
# 标签索引 标签:传统红石
### 在此标签下的模块有:
- [模块1 封闭进位加法器CCA, Carry Cancel Adder](http://shenjack.top:5100/ARS/ARS-docs/src/branch/main/modules/1-CCA-vertical-8gt)

View File

@ -0,0 +1,5 @@
# 标签索引 标签:版本特性
### 在此标签下的模块有:
- []()