minor update
This commit is contained in:
2
hw/rtl/cache/VX_miss_resrv.v
vendored
2
hw/rtl/cache/VX_miss_resrv.v
vendored
@@ -150,8 +150,6 @@ module VX_miss_resrv #(
|
|||||||
assert(!full_r);
|
assert(!full_r);
|
||||||
end else if (restore) begin
|
end else if (restore) begin
|
||||||
assert(!schedule);
|
assert(!schedule);
|
||||||
end else if (dequeue) begin
|
|
||||||
assert(head_ptr != schedule_ptr);
|
|
||||||
end
|
end
|
||||||
|
|
||||||
if (push_new) begin
|
if (push_new) begin
|
||||||
|
|||||||
Reference in New Issue
Block a user