multicore fix

This commit is contained in:
Blaise Tine
2020-05-10 08:30:04 -04:00
parent 359601cfd3
commit cc84e0691c
40 changed files with 27930 additions and 28148 deletions

View File

@@ -73,7 +73,9 @@ module VX_back_end #(
assign ebreak = exec_unit_req_if.is_etype && (| exec_unit_req_if.valid);
VX_lsu_unit lsu_unit (
VX_lsu_unit #(
.CORE_ID(CORE_ID)
) lsu_unit (
.clk (clk),
.reset (reset),
.lsu_req_if (lsu_req_if),