mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-03 10:15:19 +00:00
Update amoalu.sv
Program clean up
This commit is contained in:
parent
9d0fc0a138
commit
ec1aa29edc
@ -30,8 +30,8 @@
|
||||
module amoalu import cvw::*; #(parameter cvw_t P) (
|
||||
input logic [P.XLEN-1:0] ReadDataM, // LSU's ReadData
|
||||
input logic [P.XLEN-1:0] IHWriteDataM, // LSU's WriteData
|
||||
input logic [6:0] LSUFunct7M, // ALU Operation
|
||||
input logic [2:0] LSUFunct3M, // Memoy access width
|
||||
input logic [6:0] LSUFunct7M, // ALU Operation
|
||||
input logic [2:0] LSUFunct3M, // Memoy access width
|
||||
output logic [P.XLEN-1:0] AMOResultM // ALU output
|
||||
);
|
||||
|
||||
@ -72,4 +72,3 @@ module amoalu import cvw::*; #(parameter cvw_t P) (
|
||||
end
|
||||
end
|
||||
endmodule
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user