Removed my behavioral slt

This commit is contained in:
Johannes
2019-03-12 21:33:24 -04:00
parent 735970454a
commit a9a4e81c6c
3 changed files with 24 additions and 64 deletions

View File

@@ -44,7 +44,7 @@ module ControlUnit(
RegEn <= 1'b0;
end
4'b0111: begin
aluOut <= 4'b1001; //slt
aluOut <= 4'b1001; //Less than
RegEn <= 1'b0;
end
4'b0110: begin