]> Joshua Wise's Git repositories - firearm.git/commitdiff
really fix execute
authorChristopher Lu <lu@stop.hsd1.pa.comcast.net>
Mon, 5 Jan 2009 07:42:50 +0000 (02:42 -0500)
committerChristopher Lu <lu@stop.hsd1.pa.comcast.net>
Mon, 5 Jan 2009 07:42:50 +0000 (02:42 -0500)
Execute.v

index 34c62af6e3f05ffbaec4d9bff884ab30e84a3cc2..d93a7ee22465b64490ffb0b40b67e9566edcd198 100644 (file)
--- 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 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
        );
        
        output reg outflush
        );
        
This page took 0.026302 seconds and 4 git commands to generate.