Altera_Forum
Honored Contributor
13 years agoTimeQuest set_false_path
Hi, I've tried to constrain my project in timequest. One register in design is clocked by 200 Hz, so i decided not to constrain this clock, but use set_false_path SDC command.
set_false_path -from [get_pins {Gen|clkA|regout}] -to [get_pins {Diagn|regA|clk}] regA is the only register, which accept clock clkA as clock (there are some registers that accept this signal as data). After full compilation i have warning "Warning: Node: Gen:GenH|clkA was determined to be a clock but was found without an associated clock assignment." Why does it happends, i cut all path for clkA as clock from timing anlize? And how i can fix this warning without createnig constrain clkA?