5 lines
134 B
Verilog
5 lines
134 B
Verilog
`define ERROR_BITS 3
|
|
`define ERR_NO_ERROR 3'b000
|
|
`define ERR_UNIMPL_INSTRUCTION 3'b001
|
|
`define ERR_UNIMPL_ADDRESSING_MODE 3'b010
|