X-Git-Url: http://git.joshuawise.com/firearm.git/blobdiff_plain/9fc6c23c06d09346659d9ac1de1865a1f17a9604..dfe0713aebc58dd093c309011ac0596597ab2cb5:/Decode.v?ds=sidebyside diff --git a/Decode.v b/Decode.v index 495942b..9bfb03d 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, @@ -229,6 +230,7 @@ module Decode( op1 <= op1_out; /* 'operand 2' - Rm */ op2 <= op2_out; /* thirdedge - Rs */ carry <= carry_out; + outcpsr <= incpsr; outspsr <= inspsr; end