increased setup overconstraint

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

File diff suppressed because it is too large Load Diff

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
}