OpenCores

Parameterizable integer square root by the digit-by-digit method

Project maintainers

Details

Name: isqrt_dbd
Created: Mar 24, 2018
Updated: Mar 25, 2018
SVN Updated: Mar 25, 2018
SVN: Browse
Latest version: download (might take a bit to start...)
Statistics: View
Bugs: 0 reported / 0 solved
Star3you like it: star it!

Other project properties

Category:Arithmetic core
Language:Verilog
Development status:Alpha
Additional info:
WishBone compliant: No
WishBone version: n/a
License: LGPL

Description

SystemVerilog: y = sqrt(x); x, y - unsigned integers.

Parameterizable streaming integer square root function by the digit-by-digit method.