X-Git-Url: http://git.joshuawise.com/firearm.git/blobdiff_plain/04d95cf5abde0d2f7beff90b54d6bc8d8cb5c69e..332a17e70fa31a58205f06c237c72bb02ab90f7c:/Decode.v diff --git a/Decode.v b/Decode.v index 90ac3d6..b541046 100644 --- a/Decode.v +++ b/Decode.v @@ -10,6 +10,7 @@ module Decode( output reg [31:0] op1, output reg [31:0] op2, output reg carry, + output reg [31:0] outcpsr, output reg [31:0] outspsr, output reg [3:0] read_0, @@ -225,6 +226,7 @@ module Decode( op1 <= op1_out; /* 'operand 2' - Rm */ op2 <= op2_out; /* thirdedge - Rs */ carry <= carry_out; + outcpsr <= incpsr; outspsr <= inspsr; end