mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-03 02:05:21 +00:00
Update alu.sv
This commit is contained in:
parent
51c1f17a2a
commit
43afa34338
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user