ARS-docs/modules/readme.md

16 lines
268 B
Markdown
Raw Permalink Normal View History

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