New Cache Design Passing All Tests

This commit is contained in:
felsabbagh3
2020-03-04 23:24:32 -08:00
parent b0b9b8238e
commit b038bdb491
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