Product Information

SKU73

SKU73 electronic component of Zipcores

Datasheet
Development Software Floating-point Square-root IP Core

Manufacturer: Zipcores
This product is classified as Large/Heavy, additional shipping charges may apply. A customer service representative may contact you after ordering to confirm exact shipping charges



Price (USD)

1: USD 5093.2833 ea
Line Total: USD 5093.28

0 - Global Stock
MOQ: 1  Multiples: 1
Pack Size: 1
Availability Price Quantity
0 - WHS 1


Ships to you between Fri. 31 May to Tue. 04 Jun

MOQ : 1
Multiples : 1

Stock Image

SKU73
Zipcores

1 : USD 5039.9998

     
Manufacturer
Product Category
Product
Series
Brand
Product Type
Subcategory
LoadingGif

Notes:- Show Stocked Products With Similar Attributes.
Image Description
SKU74 electronic component of Zipcores SKU74

Development Software Binary PSK Demodulator IP Core
Stock : 0

SKU77 electronic component of Zipcores SKU77

Development Software Bayer to RGB Converter IP Core
Stock : 0

SKU84 electronic component of Zipcores SKU84

Development Software Colour-space Converter IP Core
Stock : 0

SKU85 electronic component of Zipcores SKU85

Development Software Chroma Resampler IP Core
Stock : 0

SKU86 electronic component of Zipcores SKU86

Development Software BT.656 Encoder with Colour-Space Converter IP Core
Stock : 0

SKU87 electronic component of Zipcores SKU87

Development Software BT.656 Test pattern Generator IP Core
Stock : 0

SKU89 electronic component of Zipcores SKU89

Programmable Logic IC Development Tools Programmable Logic IC Development Tools ZIP-FMC-DSP Rev. C. High sample-rate Dual DAC + Dual ADC FMC-card for software radio, DSP and high-speed data acquisition. Compatible with all Xilinx development boards that feature an FMC connector.
Stock : 18

SKU91 electronic component of Zipcores SKU91

Development Software Parallel Flash Memory Controller IP Core
Stock : 0

SKU92 electronic component of Zipcores SKU92

Development Software Arctan function IP Core
Stock : 0

SKU93 electronic component of Zipcores SKU93

Development Software 8b10b EncoderDecoder IP Core
Stock : 0

Image Description
SKU74 electronic component of Zipcores SKU74

Development Software Binary PSK Demodulator IP Core
Stock : 0

SKU77 electronic component of Zipcores SKU77

Development Software Bayer to RGB Converter IP Core
Stock : 0

SKU84 electronic component of Zipcores SKU84

Development Software Colour-space Converter IP Core
Stock : 0

SKU85 electronic component of Zipcores SKU85

Development Software Chroma Resampler IP Core
Stock : 0

SKU86 electronic component of Zipcores SKU86

Development Software BT.656 Encoder with Colour-Space Converter IP Core
Stock : 0

SKU87 electronic component of Zipcores SKU87

Development Software BT.656 Test pattern Generator IP Core
Stock : 0

SKU91 electronic component of Zipcores SKU91

Development Software Parallel Flash Memory Controller IP Core
Stock : 0

SKU92 electronic component of Zipcores SKU92

Development Software Arctan function IP Core
Stock : 0

SKU93 electronic component of Zipcores SKU93

Development Software 8b10b EncoderDecoder IP Core
Stock : 0

SKU97 electronic component of Zipcores SKU97

Development Software Video Interlacer IP Core
Stock : 0

IEEE SQRT 32-bit Floating-point Square-root IP Core Rev. 1.2 Key Design Features Block Diagram Synthesizable, technology independent IP Core for FPGA, ASIC and SoC Supplied as human readable VHDL (or Verilog) source code 32-bit floating-point arithmetic v1 vout 1 IEEE 754 compliant High-speed fully pipelined architecture Variable latency from 2 to 24 clock cycles VOUT = V1 en Applications clk Floating-point pipelines and arithmetic units Floating-point processors Figure 1: 32-bit Floating-point Square-root Pin-out Description General Description Pin name I/O Description Active state The IEEE SQRT IP Core (Figure 1) is a high-speed fully pipelined 32-bit bit floating-point square-root function based on the IEEE 754 standard. clk in Synchronous clock rising edge The arrangement of the 32-bit floating-point number is summarized en in Clock enable high below: v1 31:0 in Input operand in IEEE 754 data format MSB LSB vout 31:0 out Output result in IEEE 754 data Sign Exponent Mantissa format (1-bit) (8-bits) (23-bits) reg stages in Generic parameter fixes N/A latency at compile time All input and output values comply with the IEEE 754 specification. The real number representation is calculated according to the formula: Functional Specification (E127) Operand v1 Result Value=1(S)2 1.M Standard IEEE v1 The square-root is fully compliant with the IEEE 754 specification with the If v1 > MaxFloat then result is Inf exception that denormalized (subnormal) numbers are treated as zero throughout the implementation. In addition, all input operands are If v1 MinFloat then result is 0 assumed to be unsigned. The maximum floating-point value that may be represented in hex is 0x7F7FFFFF or 0xFF7FFFFF (+/- MaxFloat). (Inputs are assumed unsigned) Likewise, the minimum floating-point value that may be represented is 0x00800000 or 0x80800000 (+/- MinFloat). This means that a real number lies in the range: NaN NaN Inf Inf 126 127 23 0 0 2 Value 2 22 Other points to note are that a NaN is always generated as the value 0xFFC00000. By default, the square-root result uses round towards zero, although other rounding methods are available on request. All values are sampled on the rising clock-edge of clk when en is high. The latency of the square-root pipeline is generic and may be fixed during synthesis. Integer values of between 2 and 24 clock cycles are possible, 1 Some minor features diverge from the IEEE 754 specification Copyright 2018 www.zipcores.com Download this IP Core Page 1 of 2IEEE SQRT 32-bit Floating-point Square-root IP Core Rev. 1.2 The overall latency given by a round-up of the following calculation: Synthesis and Implementation Latency =(23 / reg stages)+ 1 The source files required for synthesis and the design hierarchy is shown below: Functional Timing ieee sqrt.vhd ieee sqrt pipe.vhd ieee sqrt subsquare.vhd Figure 2 demonstrates the square-root of 0x3FA00000 (or 1.25 = 1.118034 in real numbers). In this particular case, the generic parameter reg stages has been set to 12 giving a result with a latency of 3 clock The VHDL core is designed to be technology independent. However, as a cycles (23/12+1). benchmark, synthesis results have been provided for the Xilinx 7-series FPGAs. Synthesis results for other FPGAs and technologies can be provided on request. clk By adding more pipeline stages (reducing the value of the reg stage generic) will result in faster implementations. Conversely, reducing the en number of pipeline stages will generally result in a smaller but slower design. v1 0x3FA00000 Trial synthesis results are shown with a setting of reg stages = 1 (maximum pipelining). Resource usage is specified after Place and Route. vout 0x3F8F1BBD XILINX 7-SERIES FPGAS Resource type Artix-7 Kintex-7 Virtex-7 Figure 2: Square-root of a floating-point number with the pipeline latency fixed at 3 clock cycles Slice Register 861 861 861 Slice LUTs 1148 1146 1147 Source File Description Block RAM 0 0 0 DSP48 44 44 44 All source files are provided as text files coded in VHDL. The following Occupied Slices 460 435 440 table gives a brief description of each file. Clock freq. (approx) 150 MHz 200 MHz 250 MHz Source file Description Revision History ieee sqrt subquare.vhd Pipelined sqaure-root subtract- square module ieee sqrt pipe.vhd Pipelined square-root module Revision Change description Date ieee sqrt.vhd Top-level component 1.0 Initial revision 18/10/2010 ieee sqrt bench.vhd Top-level test bench 1.1 Added reg stages generic to allow flexible 25/11/2011 pipeline depths. Updated synthesis results. Functional Testing 1.2 Cosmetic changes to the source code 02/07/2018 An example VHDL testbench is provided for use in a suitable VHDL Updated results for Xilinx 7-series simulator. The compilation order of the source code is as follows: 1. ieee sqrt subsquare.vhd 2. ieee sqrt pipe.vhd 3. ieee sqrt.vhd 4. ieee sqrt bench.vhd The simulation must be run for at least 2 ms during which time an input stimulus of randomized floating-point numbers will generated at the module input. The simulation generates two text files called: ieee sqrt in.txt and ieee sqrt out.txt. These files respectively capture the input and output floating-point numbers during the course of the test. Copyright 2018 www.zipcores.com Download this IP Core Page 2 of 2

Tariff Desc

8543.70.00 Other machines and apparatus Free
13 Signal processors (graphic equalisers, crossovers etc.) 91 Other Free

9027.10.00 Instruments and apparatus for physical or chemical analysis (eg, polarimeters, refractometers, spectrometers, gas or smoke analysis apparatus); instruments and apparatus for measuring or checking viscosity, porosity, expansion, surface tension or the like; instruments and apparatus for measuring or checking quantities of heat, sound or light (including exposure meters); microtomes Free

9031.80.00 MEASURING OR CHECKING INSTRUMENTS, APPLIANCES AND MACHINES, NOT SPECIFIED OR INCLUDED ELSEWHERE IN THIS CHAPTER; PROFILE PROJECTORS Other instruments, appliances and machines Free

9030.31.00 Oscilloscopes, spectrum analysers and other instruments and apparatus for measuring or checking electrical quantities, excluding meters of 9028; instruments and apparatus for measuring or detecting alpha, beta, gamma, x-ray, cosmic or other ionising radiations.
Other instruments and apparatus, for measuring or checking voltage, current, resistance or power Multimeters without a recording device Free

8473.30.00 Parts and accessories of the machines of 8471 AUTOMATIC DATA PROCESSING MACHINES AND UNITS THEREOF; MAGNETIC OR OPTICAL READERS, MACHINES FOR TRANSCRIBING DATA ONTO DATA MEDIA IN CODED FORM AND MACHINES FOR PROCESSING SUCH DATA, NOT ELSEWHERE SPECIFIED OR INCLUDED:
.Other 71 No Weighing less than 1kg Free

8537 BOARDS, PANELS, CONSOLES, DESKS, CABINETS AND OTHER BASES, EQUIPPED WITH TWO OR MORE APPARATUS OF 8535 OR 8536, FOR ELECTRIC CONTROL OR THE DISTRIBUTION OF ELECTRICITY, INCLUDING THOSE INCORPORATING INSTRUMENTS OR APPARATUS OF CHAPTER 90, AND NUMERICAL CONTROL APPARATUS, OTHER THAN SWITCHING APPARATUS OF 8517:
8538 PARTS SUITABLE FOR USE SOLELY OR PRINCIPALLY WITH THE APPARATUS OF 8535, 8536 OR 8537:
8538.10.10 22 For programmable controllers Free

Looking for help? Visit our FAQ's Section to answer to all your questions

 

X-ON Worldwide Electronics

Welcome To X-ON ELECTRONICS
For over three decades, we have been advocating and shaping the electronic components industry. Our management complements our worldwide business scope and focus. We are committed to innovation, backed by a strong business foundation. If you need a trustworthy supplier of electronic components for your business – look no further.
 

Copyright ©2024  X-ON Electronic Services. All rights reserved.
Please ensure you have read and understood our Terms & Conditions before purchasing.
All prices exclude GST.

Image for all the cards that are accepted Image for all the cards that are accepted Image for all the cards that are accepted Image for all the cards that are accepted Image for all the cards that are accepted