square root verilog

#5589439
Rate this post
useful
not useful
Those requiring an ultra fast square root with look ahead architecture 
may contact me. It runs n inputs bits at l bits latency given by:

l = 7 + n / 2 and thus is suitable starting from n>30 bits.

It has an n.n/2 vector result.

Artix 7 tested:

sqrt(64 bits) -> 32.16 Bits result within 39 ccs @ 200MHz.

Reply

Please log in before posting.

or

Log in with Google account

Registration is free and takes only a minute.

Register now