axi_fifo2s: false paths on up_xfer_toggle

main
Rejeesh Kutty 2015-03-19 16:33:05 -04:00
parent cba3dde3dc
commit 8f5551718e
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ set_false_path -from [get_cells *axi_* -hierarchical -filter {PRIMITIVE_SUBGROUP
set_false_path -from [get_cells *d_xfer_* -hierarchical -filter {PRIMITIVE_SUBGROUP == flop}] \
-to [get_cells *up_* -hierarchical -filter {PRIMITIVE_SUBGROUP == flop}]
set_false_path -from [get_cells *up_xfer_* -hierarchical -filter {PRIMITIVE_SUBGROUP == flop}] \
-to [get_cells *d_xfer_* -hierarchical -filter {PRIMITIVE_SUBGROUP == flop}]
set_false_path -from [get_cells *adc_rel_waddr* -hierarchical -filter {PRIMITIVE_SUBGROUP == flop}] \
-to [get_cells *axi_rel_waddr* -hierarchical -filter {PRIMITIVE_SUBGROUP == flop}]