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: RT<mfoc73@d...>
    Date: Fri Jan 21 10:32:42 CET 2005
    Subject: [oc] Is there any alternative method to synthesise codes using math_real?
    Top
    rishadh@y... wrote:

    > Respected sir(s)/ madam(s),
    >
    > I am a final year student working on a project on FFT. Since my inputs &
    > twiddle factors require the use of math_real library, I used it & was
    > succesful in simulating it.
    >
    > But, can you tell me how I can synthesise my code?

    Well, the short answer is that you can't, without also creating
    floating-point adders and multipliers, which is much harder than coding
    an FFT.

    If you really want to synthesise without floating point, then you'll
    need to go back to the drawing board and look up integer and block FFTs.
    Doing an FFT with integer arithmetic is a difficult problem, because of
    the nature of Fourier Transforms: you get very little dynamic range in
    integers.

    RT




    ReferenceAuthor
    [oc] Is there any alternative method to synthesise codes using math_real?Rishadh

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