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

@@ -61,6 +61,7 @@ module VX_warp_scheduler (
);
/* verilator lint_off WIDTH */
wire update_use_wspawn;
wire update_visible_active;
@@ -334,6 +335,6 @@ module VX_warp_scheduler (
wire ebreak = (warp_active == 0);
assign out_ebreak = ebreak;
/* verilator lint_on WIDTH */
endmodule