7 lines
115 B
Verilog
7 lines
115 B
Verilog
`define UCODE_ADDR_BITS 9
|
|
`define UCODE_DATA_BITS 32
|
|
`define UCODE_SIZE 4
|
|
|
|
`define ADD_AL_IB 0
|
|
`define ADD_AX_IW 1
|