Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by kailassenan

  1. K

    floating point divider vhdl code or full architecture

    Hi Paulo, I saw your previous post regarding square root of IEEE754 floating point https://www.edaboard.com/threads/205274/ I will pipeline the design for divider and square root logic. Thanks KS
  2. K

    floating point divider vhdl code or full architecture

    Hi Paulo Do you have the similar code for square root of 32 bit IEEE754 floating point. I have written a small function which can do unsigned square root. -- unsigned square root function function sqrt (vin : unsigned) return unsigned is variable v_in : unsigned(31 downto 0)...

Part and Inventory Search

Back
Top