Forum Discussion
Altera_Forum
Honored Contributor
11 years agoTimeQuest Timing Analyzer
First of all, sorry for my poor English, I'm from China. I use the set_net_delay command to specify the delay between a source and destination points. This is the command: "set_net_delay -from [...
Altera_Forum
Honored Contributor
11 years agoThat might be the fastest this path can go. In general you should try and constrain with your create_clock, set_input_delay, set_output_delay, and multicycle type commands and try and avoid drilling down to individual nets as constraints. If you describe why you want to use the set_net_delay constraint we might be able to suggest another way to constrain your overall path.