cache optimization - moved read requests to stage1 and eliminating stage3

This commit is contained in:
Blaise Tine
2020-12-31 07:40:58 -08:00
parent 9f128085d5
commit abe32ed553
16 changed files with 301 additions and 355 deletions

View File

@@ -136,7 +136,7 @@ task print_ex_op;
default: $write("?");
endcase
end
default:;
default: $write("?");
endcase
end
endtask