Altera_Forum
Honored Contributor
15 years agoCreating RPM for altera devices
Is there any equivalent of RPM (Relatively Placed Module) in Altera. Basically to meet timing I want to place to a set of flip flops near the MLABs. Since there are many such instantiations of these set of flops and MLABs I can not give area constraint on all these flops and MLABs.
In xilinx we can group these set of FLOPS and MLABs (or distributed RAMs) together and guide the tool to place these as a group. So wherever tool sees this group it places them nearby. This is called creating RPM (Relatively Placed Module). Can we do something similar in Altera. I am currently using a Stratix4 device.