Altera_Forum
Honored Contributor
18 years agoneed more infomation about TimeQuest
Hi,
I hope to implement the following calculation in TimeQuest's *.sdc file, set ad_clock_period 80 set ad_sclk_board_delay_max 5 set ad_sclk_board_delay_min 3 set ad_data_board_delay_max 5 set ad_data_board_delay_min 3 set ad_data_tco_max 2 set ad_data_tco_min 1 set max_delay $ad_clock_period/2 + $ad_sclk_board_delay_max + $ad_data_board_delay_max + $ad_data_tco_max set min_delay $ad_clock_period/2 + $ad_sclk_board_delay_min + $ad_data_board_delay_min + $ad_data_tco_min But after *.sdc being reading into TimeQuest, error occur: Error: wrong# args: should be "set varName ?newValue?" while executing "set max_delay $ad_clock_period/2 + $ad_sclk_board_delay_max + $ad_data_board_delay_max + $ad_data_tco_max" (file "E:/Altera_Project/QuartusII/FreqMeasure/FreqMeasure_AvalonInterface.sdc" line 190) Any response will be very appreciated.