common_cells icon indicating copy to clipboard operation
common_cells copied to clipboard

spill_register_flushable assertion improvement

Open tsyw opened this issue 2 years ago • 1 comments

When downstream has backpressure, the flush function cannot work properly. so can we add the following sva property? assupe property ( @(posedge clk_i) disable iff (!rst_ni) flush_i |-> ready_i ) else $warning("Trying to flush when downstream not ready");

tsyw avatar Aug 14 '23 12:08 tsyw

sorry for the typo: assume property ( @(posedge clk_i) disable iff (!rst_ni) flush_i |-> ready_i ) else $warning("Trying to flush when downstream not ready");

tsyw avatar Aug 14 '23 12:08 tsyw