Update alu.sv

This commit is contained in:
David Harris 2023-02-16 17:52:25 -08:00 committed by GitHub
parent a6915a385a
commit 685d3ff568
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,7 @@ module alu #(parameter WIDTH=32) (
// SLT
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
always_comb