jesd204_rx_constr.ttcl: Remove ASYNC_REG constraint from i_lmfc/cdc_sync_stage1_reg

get_cell on i_lmfc/cdc_sync_stage1_reg doesn't return anything because design was updated.
This generates a CRITICAL WARNING and since the constraint it not necessary anymore, it can be deleted.
main
stefan.raus 2021-03-18 07:36:17 +00:00 committed by SRaus
parent cdd6c92357
commit 9413afa41c
1 changed files with 0 additions and 4 deletions

View File

@ -61,10 +61,6 @@ set_property IOB <=: $sysref_iob :> \
<: if {$async_clk} { :>
set_property ASYNC_REG TRUE \
[get_cells {i_lmfc/cdc_sync_stage1_reg}] \
[get_cells {i_lmfc/cdc_sync_stage1_reg}]
set link_clk [get_clocks -of_objects [get_ports -quiet {clk}]]
set device_clk [get_clocks -of_objects [get_ports -quiet {device_clk}]]