Thanks for your reply!
Yes I have set the setting for metastability. Furthermore I've set "forced if async" to detect clock domain crossing.
I just want to sync a status signal which goes from 1 to 0 or 0 to 1 for a long time!
There is no data sync for that I obviously would use a CDC FIFO!
Due I use 3 sync stages there should be no issue with metastability after synchronisation, I guess.
Are there further constraints required like explained in following page? https://www.intel.com/content/www/us/en/programmable/support/support-resources/knowledge-base/tools/2017/how-do-i-constrain-my-clock-domain-crossing-.html?wapkw=%20How%20do%20I%20constrain%20my%20clock%20domain%20crossing?
I think false_path is not recommended anymore.
As mentioned in page above "Next, constrain the paths with set_net_delay to make them as short as possible":
Would this has any further positive effects in placing both registers close to each other? (Like in my screenshot from chip planer) Or will this be done by synchroniser detection automatically?
(Like "ASYNC_REG" attribute used by Xilinx to force both regs placed close to each other)
Do I have to define skew & net delay, too, even if the synchroniser detection is "on" for async clock domains?
Sorry for all my questions but I want to be sure no issues will come up and I am quite new to Intel FPGAs (just worked with Xilinx FPGAs for now).