mirror of
https://github.com/MiSTer-devel/NES_MiSTer.git
synced 2026-04-19 03:04:40 +00:00
12 lines
590 B
Tcl
12 lines
590 B
Tcl
derive_pll_clocks
|
|
derive_clock_uncertainty
|
|
|
|
set_multicycle_path -from {emu|sdram|*} -to [get_clocks {*|pll|pll_inst|altera_pll_i|*[2].*|divclk}] -start -setup 2
|
|
set_multicycle_path -from {emu|sdram|*} -to [get_clocks {*|pll|pll_inst|altera_pll_i|*[2].*|divclk}] -start -hold 1
|
|
|
|
set_multicycle_path -from [get_clocks {*|pll|pll_inst|altera_pll_i|*[2].*|divclk}] -to {emu|sdram|*} -setup 2
|
|
set_multicycle_path -from [get_clocks {*|pll|pll_inst|altera_pll_i|*[2].*|divclk}] -to {emu|sdram|*} -hold 1
|
|
|
|
set_false_path -from {emu|mapper_flags*}
|
|
set_false_path -from {emu|downloading*}
|