2016-08-16 12:50:46 +00:00
|
|
|
|
|
|
|
create_clock -period "10.000 ns" -name sys_clk_100mhz [get_ports {sys_clk}]
|
2017-08-22 20:26:57 +00:00
|
|
|
create_clock -period "8.138 ns" -name ref_clk0 [get_ports {ref_clk0}]
|
|
|
|
create_clock -period "8.138 ns" -name ref_clk1 [get_ports {ref_clk1}]
|
2016-08-16 12:50:46 +00:00
|
|
|
|
|
|
|
derive_pll_clocks
|
|
|
|
derive_clock_uncertainty
|
|
|
|
|
2017-06-07 13:19:03 +00:00
|
|
|
set_false_path -from [get_registers *altera_reset_synchronizer:alt_rst_sync_uq1|altera_reset_synchronizer_int_chain_out*]
|
2016-08-16 12:50:46 +00:00
|
|
|
|
2017-10-06 07:43:58 +00:00
|
|
|
set_false_path -from * -to [get_ports {flash_resetn}]
|
|
|
|
|