ARS-docs/modules/readme.md

16 lines
272 B
Markdown
Raw Normal View History

# modules
## CCA
2023-12-05 18:40:52 +08:00
`CCA(Carry Carry Adder)`: `进位封闭加法器`
- [竖式 8gt CCA](./1-CCA-vertical-8gt)
- [竖式 10gt CCA](./3-CCA-vertial-20gt-32bit)
2023-12-05 12:24:17 +08:00
## BCS
2023-12-05 18:40:52 +08:00
`BCS(Borrow Carry Subtractor)`: `借位封闭减法器`
- [竖式 10gt BCS](./2-BCS-vertical-10gt-2t)