Instructions
Defining instructions
To define an instruction of the ILA model m
:
Decode function
The decode function takes in the opcode and return a Boolean type output, indicating whether an instruction is issued. It can be set to an Boolean type expression:
State update functions
Each instruction contains the state update functions of every state variables (unchanged if not specified). The update function can be set to an expression of the same type:
Last updated