From 26fda4adeb12f941334978f0875956aa280bcbb1 Mon Sep 17 00:00:00 2001 From: Christopher Lu Date: Mon, 5 Jan 2009 02:42:50 -0500 Subject: [PATCH 1/1] really fix execute --- Execute.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Execute.v b/Execute.v index 34c62af..d93a7ee 100644 --- a/Execute.v +++ b/Execute.v @@ -20,7 +20,7 @@ module Execute( output reg write_reg = 1'bx, output reg [3:0] write_num = 4'bxxxx, output reg [31:0] write_data = 32'hxxxxxxxx, - output reg [31:0] outpc + output reg [31:0] outpc, output reg outflush ); -- 2.39.2