LOGIN   :::   RECOVER PASS   :::   GET ACCOUNT    
Browse
  • Projects
  • Code (CVS)
  • Forums
  • News
  • Articles
  • Polls
  •  
    OpenCores
  • FAQ
  • CVS HowTo
  • Mission
  • Media
  • Tools
  • Advertise
  • Mirrors
  • Logos
  • Contact us
  • Find Resources
  • Job Opportunity
  •  
    Tools
  • Search
      
  • Download Cores (CVSGet)
  •  
    More
  • Wishbone
  • Perlilog
  • EDA tools
  • OpenTech CD
  •  
    Navigation: All forums > Cores > Message List > Message Post

    Message

    Reply | Reply all
    Date Prev | Date Next | Thread Prev | Thread Next Date Index | Thread Index

    From: "Tony Burch" <tony@b...>
    Date: Mon, 9 Dec 2002 12:40:11 +1100
    Subject: Re: [oc] "1/x" function
    Top

    Hi Rudi,
    
    > 
    > Anybody have an efficient algorithm for a "1/x" function for
    > hardware implementations ? Or any pointer to white papers, etc ?
    
    I did a quick check of Reto's work.  Some division there,
    but not a fast and small reciprocal.  His site is at
    http://www.iis.ee.ethz.ch/~zimmi/arith_lib.shtml
    
    Is "x" a fixed point number?  If so, how many bits?
    If you can't use a lookup table approach (because
    x is too many bits) with either on-chip or external
    SRAM, then perhaps some iterative
    technique can be pipelined to calculate reciprocal.
    Maybe the Newton-Raphson method for computing
    reciprocal.
    
    > I need something that is fast and small, and can be pipelined.
    > 
    > Any pointers appreciated !
    > 
    > Thanks,
    > -- 
    > rudi
    > ------------------------------------------------
    > www.asics.ws   - Solutions for your ASIC needs -
    > NEW ! 3 New Free IP Cores this months (so far :*)
    > FREE IP Cores  -->   http://www.asics.ws/  <---
    > -----  ALL SPAM forwarded to: UCE@F...  -----
    > 
    
    HTH:)
    
    Best regards
    Tony Burch
    http://www.BurchED.biz
    FPGA boards for System-On-Chip prototyping and education
    
    
    
    
    

    ReferenceAuthor
    [oc] "1/x" functionRudolf Usselmann

     
    Copyright (c) 1999 OPENCORES.ORG. All rights reserved.