wfifo: remove srl from sync registers

main
Rejeesh Kutty 2015-06-05 12:42:27 -04:00
parent 25f1ad73f0
commit ab1f9bed10
1 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,8 @@
set_property SHREG_EXTRACT NO [get_cells -hier *din_ovf_m*]
set_property SHREG_EXTRACT NO [get_cells -hier *dout_waddr_rel_t_m*]
set_property SHREG_EXTRACT NO [get_cells -hier *dout_enable_m*]
set_false_path -from [get_cells -hier *dout_ovf_int* -filter {primitive_subgroup == flop}] \
-to [get_cells -hier *din_ovf_m* -filter {primitive_subgroup == flop}]
set_false_path -from [get_cells -hier *din_waddr_rel_t* -filter {primitive_subgroup == flop}] \