mirror of
https://github.com/ehw-fit/ariths-gen.git
synced 2025-04-23 23:31:33 +01:00
25 lines
179 B
Markdown
25 lines
179 B
Markdown
# unsigned_carry_lookahead_adder
|
|
|
|
|
|
|
|
|
|
## Methods
|
|
|
|
|
|
### __init__
|
|
|
|
|
|
|
|
|
|
#### Parameters
|
|
name | description | default
|
|
--- | --- | ---
|
|
self | |
|
|
a | |
|
|
b | |
|
|
prefix | | "u_cla"
|
|
|
|
|
|
|
|
|