minor updates

This commit is contained in:
Blaise Tine 2021-01-12 11:24:36 -08:00
parent fa5592be22
commit ceae724207

View file

@ -21,7 +21,7 @@ module VX_pending_size #(
always @(posedge clk) begin
if (reset) begin
used_r <= 0;
empty_r <= 0;
empty_r <= 1;
full_r <= 0;
end else begin
assert(!push || !full);