set_false_path - how to define a register
Hello everybody,
I designed a clock domain crossing synchronizer, which causes a timing constraints failure. I would like to add a set_false_path contraint to solve this error, but i am having problems.
set_false_path -from [get_registers moduleA:moduleB|sync_Pulse:\intel_specific:sync_cdc|streched_input_pulse] -to [get_registers moduleA:moduleB|sync_Pulse:\intel_specific:sync_cdc|streched_output_pulse_metastable]
I got those two register values from timing analysist report. - "From Node" and "To Node". It seems this is not the right source for register names, because i get an error: During Timing Analysis a get a message "Warning (332049): Ignored set_false_path at timing.sdc: Argument <from> is an empty collection.
Where can i get the right register name?
Regards