Removed my behavioral slt
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user