From 4e01b7df4797da550815db4afd9a5e0d24763c75 Mon Sep 17 00:00:00 2001 From: Gyorgy Szombathelyi Date: Wed, 10 Apr 2019 23:11:32 +0200 Subject: [PATCH] [C64] Adjust sdc for Hq2x --- cores/c64/C64_mist.sdc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cores/c64/C64_mist.sdc b/cores/c64/C64_mist.sdc index 04042f8..6d8da58 100644 --- a/cores/c64/C64_mist.sdc +++ b/cores/c64/C64_mist.sdc @@ -52,8 +52,8 @@ set_output_delay -clock [get_clocks {pll|altpll_component|auto_generated|pll1|cl set_output_delay -clock [get_clocks {pll|altpll_component|auto_generated|pll1|clk[0]}] -max 1.5 [get_ports {SDRAM_CLK}] set_output_delay -clock [get_clocks {pll|altpll_component|auto_generated|pll1|clk[0]}] -min -0.8 [get_ports {SDRAM_CLK}] -set_multicycle_path -from {video_mixer:vmixer|scandoubler:scandoubler|Hq2x:Hq2x|*} -to {VGA_*[*]} -setup 4 -set_multicycle_path -from {video_mixer:vmixer|scandoubler:scandoubler|Hq2x:Hq2x|*} -to {VGA_*[*]} -hold 3 +set_multicycle_path -from {video_mixer:vmixer|scandoubler:scandoubler|Hq2x:Hq2x|*} -setup 4 +set_multicycle_path -from {video_mixer:vmixer|scandoubler:scandoubler|Hq2x:Hq2x|*} -hold 3 set_multicycle_path -to {VGA_*[*]} -setup 4 set_multicycle_path -to {VGA_*[*]} -hold 3