add new pic
This commit is contained in:
parent
1f41f702e2
commit
7fdf4e7739
62 changed files with 9348 additions and 0 deletions
11
aastructs.sv
Normal file
11
aastructs.sv
Normal file
|
@ -0,0 +1,11 @@
|
|||
package structs;
|
||||
|
||||
typedef enum {ADD} alu_op;
|
||||
|
||||
typedef struct {
|
||||
logic [7:0] operand_a;
|
||||
logic [7:0] operand_b;
|
||||
alu_op op;
|
||||
} alu_input;
|
||||
|
||||
endpackage
|
Loading…
Add table
Add a link
Reference in a new issue