mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Update amoalu.sv
Program clean up
This commit is contained in:
parent
a53cdbd166
commit
70b6d01d2e
@ -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