ARS-docs/modules/readme.md
2023-12-05 22:49:17 +08:00

16 lines
274 B
Markdown

# 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)