MNeum14
New Contributor
5 years agoQuartus SDC file: how to specify a register source for a multi path statement ?
I have a larger hirachical design, under the help from the 'technology Map Viewer' I created
(the following command in a single line) >>
set_multicycle_path -nocase -from [get_registers {la_control:la_control_1|rg_*}] -rise_to [get_clocks {pll_60_100_200MHz:Pll_1|altpll:altpll_component|_clk1}] 3
the result
Error (332000): invalid command name "get_parents_location" while executing
"unknown_original get_parents_location" ...
I am fighting the 2nd day, tried get_nets , optipon -nocase and and and. I am realla stucked. And I have to fix this problem. What are I doing wrong??