Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
14 years ago

Fitter Runtime on Latch based

I am importing a latch based design into stratix IV.

(No, It is beyond my paygrade to change the RTL

or netlist to remodel latches)

I find that fitter time really goes up on latch based designs.

The latch is modeled as a self-looping LUT.

Any Fitter options that can make it go faster?

Thanks for any advice.

2 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    If latches are inferred(i.e. Quartus recognizes them as latches) then it will time them like a register. But if it's physically designed as a loop, it may not recognize it's a latch. If that's the case, your design is just a huige combinatorial block with tons of loops. I'm guessing timing analysis croaks on that, which is where your fit time is spent. Just a guess. But if you can't change anything, perhaps "set_scc_mode -size 1" would help TQ run faster. Just a guess though.

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Unfortunately, the command is only available in

    STA:

    ERROR: Quartus II Tcl command "set_scc_mode" is only available for use in the following executable:

    quartus_sta

    while executing

    "set_scc_mode -heuristic"