Fixtype of (unprivileged) processor states.
This is a product type introduced by fty::defprod.
This consists of the register file, the program counter (which is an unsigned 64-bit integer, addressing the memory space), and the memory. We also include a flag that is set when there is an error; this is an artifact of the model, not part of the RISC-V standard.