]> Joshua Wise's Git repositories - firearm.git/commitdiff
Merge branch 'master' of nyus.joshuawise.com:/git/firearm
authorChristopher Lu <lu@stop.hsd1.pa.comcast.net>
Mon, 5 Jan 2009 07:48:26 +0000 (02:48 -0500)
committerChristopher Lu <lu@stop.hsd1.pa.comcast.net>
Mon, 5 Jan 2009 07:48:26 +0000 (02:48 -0500)
Execute.v

index 4c7b893487e9381ad0fcbfbc69885ee5c70b2081..06912a2f2a625bdf7d9039004cd77a3645cc0c06 100644 (file)
--- a/Execute.v
+++ b/Execute.v
@@ -22,7 +22,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
        );
        
This page took 0.029227 seconds and 4 git commands to generate.