New Cache Design Passing All Tests

This commit is contained in:
felsabbagh3
2020-03-04 23:24:32 -08:00
parent aa1a0ee376
commit a86a403ca9
12 changed files with 194 additions and 103 deletions

View File

@@ -39,7 +39,7 @@ module VX_generic_queue
tail <= tail+1;
end
if (pop) begin
if (pop && !empty) begin
head <= head + 1;
end