Created linux directory for linux config

This commit is contained in:
David Harris 2022-01-20 00:04:23 +00:00
parent f966d98e56
commit ab25aa4df9
2 changed files with 1 additions and 1 deletions

View File

@ -227,8 +227,8 @@ module controller(
7'b0000011: controls = 11'b1_00_01_0_0_0_1_0_0; // lw 7'b0000011: controls = 11'b1_00_01_0_0_0_1_0_0; // lw
7'b0100011: controls = 11'b0_01_01_0_0_1_0_0_0; // sw 7'b0100011: controls = 11'b0_01_01_0_0_1_0_0_0; // sw
7'b0110011: controls = 11'b1_xx_00_1_0_0_0_0_0; // R-type 7'b0110011: controls = 11'b1_xx_00_1_0_0_0_0_0; // R-type
7'b1100011: controls = 11'b0_10_11_0_0_0_0_1_0; // beq
7'b0010011: controls = 11'b1_00_01_1_0_0_0_0_0; // I-type ALU 7'b0010011: controls = 11'b1_00_01_1_0_0_0_0_0; // I-type ALU
7'b1100011: controls = 11'b0_10_11_0_0_0_0_1_0; // beq
7'b1101111: controls = 11'b1_11_11_0_1_0_0_0_1; // jal 7'b1101111: controls = 11'b1_11_11_0_1_0_0_0_1; // jal
default: controls = 11'bx_xx_xx_x_x_x_x_x_x; // non-implemented instruction default: controls = 11'bx_xx_xx_x_x_x_x_x_x; // non-implemented instruction
endcase endcase