wfifo: remove srl from sync registers
parent
25f1ad73f0
commit
ab1f9bed10
|
@ -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}] \
|
||||
|
|
Loading…
Reference in New Issue