Forum Discussion

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

State Machine: Fitter seems to have problems with many states

Good day,

is there are recommendation for state machines with a bigger number of states? Seems to me that the fitter does seem to need dramatically more compile time for state machines above 27 states. (Attached Project. State machine in module ram_ip_control).

What I already tried:

- Turn Fitter Initial Place Seed to 8

- Enabled Register duplication.

Analysis and synthesis clearly recognized the state machine.

The design uses only 12% of LEs of Cyclone V, one pll, one hard ram controller and one dual port ram synthesized as ram and not as LE. I tried to set all nessesary timing constraints.

However fitter runs on 75 % CPU Usage for a long time and stays at 36 % completion.

Is there anything that I can do, to solve this issue.

Edit: Using Quartus Prime Version 17.1.0 Build 590 and device is 5CGXFC5C6F27C7.

Greetings

4 Replies

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

    Addition: I changed Assignements -> Settings -> Compilation Process Setting -> Maximum Processors Allowed from 2 to 1 (according to this thread: https://www.alteraforum.com/forum/showthread.php?t=50702)

    Now fitter is working quite fine and very fast. This is some oddly behaviour and I would expect that quartus ii is buggy with more then one processor for compilation.

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

    To provide relevant benefit for other users, you should mention the Quartus version and utilized device.

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

    O.K., I see Quartus 17.0 and 5CGXFC5C6F27C7 in archived project. Compilation seems to proceed regularly with Quartus 15.1.

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

    Sorry, I edited above first post.

    I would recommend to move this topic as this is rather a software issue as a fitter problem. Perhaps there is some inference with antivirus software, too.