Moved GPR to back-end

This commit is contained in:
felsabbagh3
2019-10-14 19:08:32 -04:00
parent e67310acfb
commit ee83e6d8c8
26 changed files with 2320 additions and 2564 deletions

View File

@@ -13,7 +13,6 @@ module VX_fetch (
output wire out_delay,
output wire out_ebreak,
output wire[`NW_M1:0] out_which_wspawn,
VX_jal_response_inter VX_jal_rsp,
VX_branch_response_inter VX_branch_rsp,
VX_inst_meta_inter fe_inst_meta_fd,
@@ -73,7 +72,6 @@ module VX_fetch (
assign out_delay = 0;
assign out_which_wspawn = 0;
assign icache_request.pc_address = warp_pc;
assign fe_inst_meta_fd.warp_num = warp_num;