<itemvalue="off"label="The Fitters does not attempt to place a pair of logic functions in a single logic cell"/>
<itemvalue="normal"label="The Fitter places both a combinational and a sequential operation in logic cell when it is expected that the
placement will not affect performance"/>
<itemvalue="minimize area"label="The Fitter agressively combines unrelated combinational and sequential functions into a single logic cell to reduce the
logic element count, even at the expence of performance"/>
<itemvalue="minimize with chains"label="The Fitter agressively combines sequential and combinational functions that are part of arithmetic or
register cascade chains, or that can be converted to register cascade chains"/>
<itemvalue="auto"label="The Fitter automatically chooses the best method to fit the design"/>
</paramtype>
</typedef>
<typedefname="QuartusPlaceEffort">
<paramtypekind="enum"base="String">
<itemvalue="auto"label="Directs the Fitter to reduce effort after meeting timing requirements. Decreases compilation time only when
timing and fitting requirements can be met"/>
<itemvalue="standard"label="Directs the Fitter not to decrease effort. Preserves fmax but does not decrease compilation time"/>
<itemvalue="fast"label="Directs the Fitter to descrease effort. Descreases compilation time by up to 50%, with a possible reduction in fmax"/>
</paramtype>
</typedef>
<typedefname="QuartusRegPack">
<paramtypekind="enum"base="String">
<itemvalue="auto"label="The Fitter automatically chooses the best method to fit the design"/>
<itemvalue="off"label="The Fitter does not attempt to place a pair of logic functions in a single logic cell"/>
<itemvalue="normal"label="The fitter places both a combinational and a sequential operation in a logic cell when
it is expected that the placement will not affect performance"/>
<itemvalue="minimize_area"label="The Fitter agressively combines unrelated sequential and combinational functions into a single
logic cell to reduce the logic element count, even at the expense of performance"/>
<itemvalue="minimize_area_with_chains"label="The Fitter aggressively combines combinational and sequential functions that are part of arithmetic or
register cascade chains, or that can be converted to register cascade chains"/>
</paramtype>
</typedef>
</interface>
<toolname="QuartusPlace"label="Place and route design"