Altera_Forum
Honored Contributor
13 years agoTimeQuest Constraints
Hello,
I have the following lines of code from a .ucf file that I need to convert for the TimeQuest Timing Analyzer. net "dff_q_p" offset = in 4 ns before "clk_125_prebuf" high ; net "controller/mem_data<0>" tnm_net = "mem_data"; net "controller/mem_addr<0>" tnm_net = "mem_addr"; TIMESPEC "TS_DS_address" = FROM "mem_data" TO "mem_addr" 8 ns; should i use the set_max_delay command? thanks!