Forum Discussion

mahender's avatar
mahender
Icon for New Contributor rankNew Contributor
4 years ago

compiling at different frequencies

How can i compile my design at various frequencies in quartus prime pro and see the resource utilizations for corresponding frequencies. please help me with this.

Thanks in advance....!

5 Replies

  • SyafieqS's avatar
    SyafieqS
    Icon for Super Contributor rankSuper Contributor

    Mahender,


    What I can think of is you can manually duplicate the design and change the frequency in sdc in each of the duplicated design according to what speed you wanna run.


  • mahender's avatar
    mahender
    Icon for New Contributor rankNew Contributor

    @SyafieqS ,

    will changing the clock frequency in sdc file effect the resource utilization or it only for timing analysis like for setup and hold time violations info.

  • SyafieqS's avatar
    SyafieqS
    Icon for Super Contributor rankSuper Contributor

    I believe it only affect for timing analysis setup and hold.


  • sstrell's avatar
    sstrell
    Icon for Super Contributor rankSuper Contributor

    Instead of manually duplicating your whole project, use the Revisions feature, using the same design files for each revision, and specify a different .sdc file for each revision.

    Resource utilization will not be different unless different optimizations are performed in order to meet timing, which is entirely possible depending on what you're trying to do.

  • SyafieqS's avatar
    SyafieqS
    Icon for Super Contributor rankSuper Contributor

    Mahender,


    May I know if there is any update/concern on this?