mudafar / square_root_vhdl_ISE

Repository from Github https://github.commudafar/square_root_vhdl_ISERepository from Github https://github.commudafar/square_root_vhdl_ISE

Square root vhdl

##Description: Calculate the square root of unsigned number (16 bit), using bit by bit algorithm.

When there is no exact square root, only the integer part of the approximated value is given.

  • Input: The 8 switch from right to left, representing the first 8 bits of the data_input.

  • Output:
    The result is shown on the 7 segment display (up to 3 digits)

##Project Structure: The folder contain all files needed for the ISE project strcture, just use "Open Project"

##MISC: To flash the FPGA use: djtgcfg -d DOnbUsb prog -i 0 -f /raizcuadrada/squart.bit

##FPGA: Maked and tested for Nexys2 - XILINIX Spartan 3E-500 FG320

About


Languages

Language:HTML 56.1%Language:VHDL 40.5%Language:Tcl 2.9%Language:Batchfile 0.5%