Entity arith_sqrt
Iterative Square Root Extractor.
Its computation requires (N+1)/2 steps for an argument bit width of N.
Name |
Type |
Default |
Description |
---|---|---|---|
N |
positive |
:= 8 -- Bit Width of Argument |
Name |
Type |
Direction |
Description |
---|---|---|---|
rst |
std_logic |
in |
|
clk |
std_logic |
in |
|
arg |
std_logic_vector |
in |
|
start |
std_logic |
in |
|
sqrt |
std_logic_vector |
out |
|
rdy |
std_logic |
out |
Ready / Done |
×