MULTICORE WITH L2 WORKING

This commit is contained in:
felsabbagh3
2020-03-09 01:17:11 -07:00
parent a539630a0a
commit e2ffbcf14b
28 changed files with 642 additions and 557 deletions

View File

@@ -14,6 +14,7 @@ module VX_scheduler (
);
/* verilator lint_off WIDTH */
reg[31:0] count_valid;
assign is_empty = count_valid == 0;
@@ -77,5 +78,6 @@ module VX_scheduler (
end
end
/* verilator lint_on WIDTH */
endmodule