2017-06-13 19:00:22 +00:00
|
|
|
|
|
|
|
# qsys- automatically infers these clocks
|
|
|
|
|
|
|
|
create_clock -period "10.000 ns" -name sys_clk_100mhz [get_ports {sys_clk}]
|
2017-11-08 12:34:30 +00:00
|
|
|
create_clock -period "4.000 ns" -name ref_clk [get_ports {ref_clk}]
|
2017-06-13 19:00:22 +00:00
|
|
|
|
|
|
|
derive_pll_clocks
|
|
|
|
derive_clock_uncertainty
|
|
|
|
|
2017-06-15 17:56:50 +00:00
|
|
|
set_false_path -to [get_registers *sysref_en_m1*]
|
2017-06-13 19:00:22 +00:00
|
|
|
set_false_path -from [get_registers *altera_reset_synchronizer:alt_rst_sync_uq1|altera_reset_synchronizer_int_chain_out*]
|
2017-11-08 12:34:30 +00:00
|
|
|
|
2017-06-13 19:00:22 +00:00
|
|
|
|