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"
|
|
|
|
|
|
|
|
|