mirror of
https://github.com/MiSTer-devel/Genesis_MiSTer.git
synced 2026-04-19 03:04:13 +00:00
12 lines
504 B
Tcl
12 lines
504 B
Tcl
derive_pll_clocks
|
|
derive_clock_uncertainty
|
|
|
|
set_multicycle_path -to {*Hq2x*} -setup 4
|
|
set_multicycle_path -to {*Hq2x*} -hold 3
|
|
|
|
set_multicycle_path -from [get_clocks { *|pll|pll_inst|altera_pll_i|*[1].*|divclk}] -to {ascal|*} -setup 4
|
|
set_multicycle_path -from [get_clocks { *|pll|pll_inst|altera_pll_i|*[1].*|divclk}] -to {ascal|*} -hold 3
|
|
|
|
set_multicycle_path -from {emu|sdram|dout*} -to {emu|system|data*} -setup 2
|
|
set_multicycle_path -from {emu|sdram|dout*} -to {emu|system|data*} -hold 1
|