full_write:assert property(
@(posedge clk_i) disable iff (~rst_ni) (full_o | -> ~push_i))
else $fatal (1, "Trying to push new data although the FIFO is full.");
如果disable iff (~rst_ni) (full_o | -> ~push_i)成立,则不启动assert
full_write:assert property(
@(posedge clk_i) disable iff (~rst_ni) (full_o | -> ~push_i))
else $fatal (1, "Trying to push new data although the FIFO is full.");
如果disable iff (~rst_ni) (full_o | -> ~push_i)成立,则不启动assert
1万+
386
1938

被折叠的 条评论
为什么被折叠?