mirror of
https://github.com/MiSTer-devel/Archie_MiSTer.git
synced 2026-04-19 03:04:04 +00:00
11 lines
584 B
Tcl
11 lines
584 B
Tcl
derive_pll_clocks
|
|
derive_clock_uncertainty
|
|
|
|
set_multicycle_path -from [get_clocks {*|pll|pll_inst|altera_pll_i|*[1].*|divclk}] -to [get_clocks {*|pll|pll_inst|altera_pll_i|*[0].*|divclk}] -setup 2
|
|
set_multicycle_path -from [get_clocks {*|pll|pll_inst|altera_pll_i|*[1].*|divclk}] -to [get_clocks {*|pll|pll_inst|altera_pll_i|*[0].*|divclk}] -hold 1
|
|
|
|
set_multicycle_path -from {emu|SDRAM|sd_refresh*} -setup 2
|
|
set_multicycle_path -from {emu|SDRAM|sd_refresh*} -hold 1
|
|
set_multicycle_path -from {emu|SDRAM|reset*} -setup 2
|
|
set_multicycle_path -from {emu|SDRAM|reset*} -hold 1
|