Git Product home page Git Product logo

Comments (2)

ANWESH009 avatar ANWESH009 commented on August 18, 2024 1

Thanks for the help.the first methd of increasing the clock speed worked for us.It got reduced to 250 ns.

from fpu.

dawsonjon avatar dawsonjon commented on August 18, 2024

Hi,

The best solution will probably depend on your specific needs. I have a couple of suggestions that may help you.

  1. Firstly, I'm not sure what clock speed you are running at, you might be able to increase the clock speed. Of course the maximum speed that you can clock the core will depend on the device you are targeting.

  2. Secondly, this particular library was written with area in mind to keep the logic utilisation low. The amount of time that it takes to calculate a division is also variable. If you are trying to achieve a strict real-time performance requirement this may not be the best solution.

I have another project that might be a better fit. This divider in my verilog-math library is fully pipelined. It will use much more area, but will give you a much faster performance. The core has a fixed latency of 36 clock cycles, so if you ran at 100MHz (for instance) it would have a latency of 360ns from input to output, but would have a throughput rate of 1 division every 10ns. I'm not sure whether your 500ns requirement applies to the throughput rate or the latency, but this should give you sufficient performance in either case.

Thanks
Jon

from fpu.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.