"action_code_reg_val" was pushed into DataBlock twice
Created by: niuqiang-real
Hi there,
Please check whether this part of code in GenExceptionAgentRISCV.cc is correct or not:
Here, I think there are two mistakes:
The first one is at Line 271: data pushed into data block should be data_block_addr_reg_val;
The second one is at Line 269: it should be "action_code_reg_val" instead of "result.mTargetAddr".
And why do we put current address of the AddressTable into data block? I don't really understand what AddressTable is used for. I would appreciate it if you can help me.