Altera_Forum
Honored Contributor
10 years agoDoes a set_false_path constraint affect fitting or just ignores error?
Hello all,
I have made a design with one global clock coming from a PLL (150MHz). Now i would like to slow down only one module of it using a different PLL output (100MHz). Data coming in and out of this module are updated much slower than the clocks. So I have just created a pulse synchronizer to designate a data transfer between the two clock domains (module and rest of system) and the rest of the port interaction is left as it is using set_false_path constraints. My question is: If i put the set_false_path constraint in the sdc file, is it used during fitting? Will the set_false_path constraint affect the placing? Also another question is, do I have to designate the pulse synchronizer, or is it automatically recognized? Thanks