mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-23 13:27:16 -04:00
Created linux directory for linux config
This commit is contained in:
parent
9b29710990
commit
3005d82dba
2 changed files with 1 additions and 1 deletions
|
@ -227,8 +227,8 @@ module controller(
|
|||
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'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'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
|
||||
default: controls = 11'bx_xx_xx_x_x_x_x_x_x; // non-implemented instruction
|
||||
endcase
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue