--- Quote Start ---
hi all I am a newbee in designing with FPGA.
In our company we are redesignig a multiplexer. Stating on a old projects Quartus II gives several timing warnings.
Why if I place a pin in a low level bdf file, and outside the block it is not connected this can change the sinthesis and fitting process. I suppose there is a change in sinthesis and fitting because it happend that simulation result changes simply adding a pin buried in the hierarchy and not connected. This is completely illogical for me.
Please help me
--- Quote End ---
Hi,
is it an input or output pin ? I would assume that Quartus detects a change in your design and starts a complete new run. That means elaboration, synthesis and P&R. Quartus did not go through all the design files and look what changed. Every change in a low level file could have a impact to higher level files. The simplest way for Quartus to handle this is to run a new synthesis. As long as the runtime of the tool or timing closure is not an issue it should be not a problem. Otherwise you should look to design partitions, but that's a more complex flow and not recommanded when you are starting with Qurtus.
Kind regards
GPK