diff --git a/lab2CA.cache/wt/webtalk_pa.xml b/lab2CA.cache/wt/webtalk_pa.xml index dd80781..fc754a9 100644 --- a/lab2CA.cache/wt/webtalk_pa.xml +++ b/lab2CA.cache/wt/webtalk_pa.xml @@ -3,7 +3,7 @@ - +
@@ -17,7 +17,7 @@ This means code written to parse this file will need to be revisited each subseq - + @@ -26,7 +26,7 @@ This means code written to parse this file will need to be revisited each subseq - + @@ -41,28 +41,28 @@ This means code written to parse this file will need to be revisited each subseq - + - + - - + + - + - + - + @@ -71,42 +71,45 @@ This means code written to parse this file will need to be revisited each subseq - + + - - + + - + - + - + - + + + - + @@ -122,12 +125,13 @@ This means code written to parse this file will need to be revisited each subseq - + + - + @@ -153,7 +157,7 @@ This means code written to parse this file will need to be revisited each subseq - + @@ -164,9 +168,9 @@ This means code written to parse this file will need to be revisited each subseq - + - +
diff --git a/lab2CA.srcs/sources_1/new/ControlUnit.v b/lab2CA.srcs/sources_1/new/ControlUnit.v index 0c9bec5..14e02a7 100644 --- a/lab2CA.srcs/sources_1/new/ControlUnit.v +++ b/lab2CA.srcs/sources_1/new/ControlUnit.v @@ -127,7 +127,7 @@ module ControlUnit( js <= 1'b0; end 4'b0110: begin - aluOut <= 4'b0000; + aluOut <= 4'b1010; addi <= 1'b1; // addi RegEn <= 1'b0; FU <= 3'b001; // Disable Branching diff --git a/lab2CA.xpr b/lab2CA.xpr index d15e3f5..67fff0d 100644 --- a/lab2CA.xpr +++ b/lab2CA.xpr @@ -3,7 +3,11 @@ +<<<<<<< HEAD +======= + +>>>>>>> eac5d71dd65c2eb38e5151a1cdc30860d1430018