Skip to content
Snippets Groups Projects
Commit e5cb93a5 authored by 秦槿's avatar 秦槿
Browse files

andi

parent 2d7643f7
Branches
No related merge requests found
......@@ -110,6 +110,7 @@ module controller(
`OP_ADDI: case(funct3)
`FUNCT3_ADDI: aluctrl <= `ALU_CTRL_ADD;
`FUNCT3_XORI: aluctrl <= `ALU_CTRL_XOR;
`FUNCT3_ANDI: aluctrl <= `ALU_CTRL_AND;
default: aluctrl <= `ALU_CTRL_ZERO;
endcase
default: aluctrl <= `ALU_CTRL_ZERO;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment