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