Update alu.sv

This commit is contained in:
David Harris 2023-02-16 17:52:25 -08:00 committed by GitHub
parent 51c1f17a2a
commit 43afa34338

View File

@ -68,7 +68,7 @@ module alu #(parameter WIDTH=32) (
// SLT // SLT
assign SLT = {{(WIDTH-1){1'b0}}, LT}; assign SLT = {{(WIDTH-1){1'b0}}, LT};
assign SLTU = {{(WIDTH-1){1'b0}}, LTU}; assign SLTU = {{(WIDTH-1){1'b0}}, LT};
// Select appropriate ALU Result // Select appropriate ALU Result
always_comb always_comb