Forum Discussion
Altera_Forum
Honored Contributor
10 years agoI was able to resolve. I should mention this is for the 7.2 SP3 tools.
Resolution was: Groups are defined in the qsf file. In the quartus project, add the signals for a given interface to an assignment group (Assignments->Assignment Groups). Then you can call the assignment group from the SDC as follows:
# SDO
set_input_delay -clock_fall -min -clock adc_clk $adc_i_min
set_input_delay -clock_fall -max -clockadc_clk $adc_i_max
set_multicycle_path -setup -from
-to $main_clk
16
set_multicycle_path -hold -from
-to $main_clk
15