alu works on fpga
This commit is contained in:
parent
7fdf4e7739
commit
0ba56bc41e
75 changed files with 2771 additions and 2316 deletions
|
@ -2,7 +2,7 @@ package structs;
|
|||
|
||||
typedef enum {ADD} alu_op;
|
||||
|
||||
typedef struct {
|
||||
typedef struct packed {
|
||||
logic [7:0] operand_a;
|
||||
logic [7:0] operand_b;
|
||||
alu_op op;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue