Passing Most tests

This commit is contained in:
felsabbagh3
2019-03-21 23:47:48 -04:00
parent d08d389177
commit 656475b3b3
49 changed files with 4425 additions and 2075 deletions

View File

@@ -14,9 +14,9 @@ module VX_f_d_reg (
output wire out_valid
);
always @(posedge clk) begin
$display("Fetch Inst: %d\tDecode Inst: %d", in_instruction, out_instruction);
end
// always @(posedge clk) begin
// $display("Fetch Inst: %d\tDecode Inst: %d", in_instruction, out_instruction);
// end
reg[31:0] instruction;
reg[31:0] curr_PC;