typedef concat(__GUEST_ISA__, _CPU_state) CPU_state; typedef concat(__GUEST_ISA__, _ISADecodeInfo) ISADecodeInfo; // monitor extern unsigned char isa_logo[]; void init_isa(); // reg extern CPU_state cpu; void isa_reg_display(); word_t isa_reg_str2val(const char *name,...
Tests should use the RVTEST_SIGBASE(BaseReg,Val) macro to define the GPR used as a pointer to the output signature area, and its initial value. It can be used multiple times within a test to reassign the output area or change the base register. This value will be used by the invocati...