Indented better

This commit is contained in:
WilliamMiceli
2019-04-06 16:06:49 -04:00
parent b3e2adb097
commit 4aad1aaaf7

View File

@@ -77,7 +77,8 @@ module ControlUnit(
js <= 1'b0;
end
4'b0101: // Add/Subtract
if(functBit == 1) begin // Subtract
if(functBit == 1) // Subtract
begin
aluOut <= 4'b0001;
RegEn <= 1'b0;
FU <= 3'b001;
@@ -89,7 +90,8 @@ module ControlUnit(
bank <= 2'b10;
js <= 1'b0;
end
else begin // Add
else // Add
begin
aluOut <= 4'b0000;
RegEn <= 1'b0;
FU <= 3'b001; // Disable Branching