increased setup overconstraint

This commit is contained in:
Markus Fröschle
2016-07-29 18:22:56 +00:00
parent dc54546004
commit c458e4babe
2 changed files with 747 additions and 747 deletions

View File

@@ -201,5 +201,5 @@ if { [string equal "quartus_fit" $::TimeQuestInfo(nameofexecutable)] } {
if { [string equal "quartus_fit" $::TimeQuestInfo(nameofexecutable)] } {
post_message -type info "Over constraining setup for i_video_clk_pll|altpll_component|auto_generated|pll1|clk[0]"
set_clock_uncertainty -add -enable_same_physical_edge -from { i_video_clk_pll|altpll_component|auto_generated|pll1|clk[0] } -to { i_video_clk_pll|altpll_component|auto_generated|pll1|clk[0] } -setup 0.2
set_clock_uncertainty -add -enable_same_physical_edge -from { i_video_clk_pll|altpll_component|auto_generated|pll1|clk[0] } -to { i_video_clk_pll|altpll_component|auto_generated|pll1|clk[0] } -setup 0.25
}