2016-05-20 15:46:25 +00:00
|
|
|
|
2017-03-01 20:34:04 +00:00
|
|
|
# qsys- automatically infers these clocks
|
|
|
|
|
2016-05-20 15:46:25 +00:00
|
|
|
create_clock -period "10.000 ns" -name sys_clk_100mhz [get_ports {sys_clk}]
|
|
|
|
|
|
|
|
derive_pll_clocks
|
|
|
|
derive_clock_uncertainty
|
|
|
|
|
2017-05-02 11:30:19 +00:00
|
|
|
set_false_path -to [get_registers *sys_gpio_bd|readdata[12]*]
|
|
|
|
set_false_path -to [get_registers *sys_gpio_bd|readdata[13]*]
|
2017-03-23 13:44:18 +00:00
|
|
|
set_false_path -from [get_registers *altera_reset_synchronizer:alt_rst_sync_uq1|altera_reset_synchronizer_int_chain_out*]
|
2017-06-06 16:23:26 +00:00
|
|
|
set_false_path -from [get_clocks {sys_clk_100mhz}] -through [get_nets *altera_jesd204*] -to [get_clocks *outclk0*]
|
|
|
|
set_false_path -from [get_clocks *outclk0*] -through [get_nets *altera_jesd204*] -to [get_clocks {sys_clk_100mhz}]
|
2017-05-18 13:55:24 +00:00
|
|
|
set_false_path -to [get_registers *altera_jesd204_rx_csr_inst|phy_csr_rx_pcfifo_full_latched*]
|
2017-03-23 13:44:18 +00:00
|
|
|
|