Felix
Felix
actually , this is all the code for the test, and I sorry the bin file is on a server from which I can not take things out. the disassembly...
yeahhh, the it's from version 0.14, and you are right when 013 is taken in consideration but the openocd' 013 target suports not only spec 0.13 think about the dmcs2...
yeah, this is because when ndmreset is set, the current version DM doesn't clear the "halted flags". and one more thing, the dmcontrol.dmactive may also not works well because it...
thank for your reply, @figlesia-xilinx I agree that the Comp may arrive before DBIDResp from SN, but when this situation accurs, **the branch @ L2663 will never be true !**...
I think that the condition checked in the branch @L2633 should be changed to : **whether or not the DBIDResp has arrived** then if true, the branch will handle the...
because when the RespSepData comes and is handled by [HandleRxRsp](https://github.com/Xilinx/libsystemctlm-soc/blob/42aa8ed780cb9eef3a61bc50ea35ff079a7e6284/tlm-modules/private/chi/txns-rn.h#L412) (with [m_gotRspSepData=true](https://github.com/Xilinx/libsystemctlm-soc/blob/42aa8ed780cb9eef3a61bc50ea35ff079a7e6284/tlm-modules/private/chi/txns-rn.h#L477) being set by [HandleRxDat](https://github.com/Xilinx/libsystemctlm-soc/blob/42aa8ed780cb9eef3a61bc50ea35ff079a7e6284/tlm-modules/private/chi/txns-rn.h#L443) aforementioned in the last comment ) ``` virtual bool HandleRxRsp(tlm::tlm_generic_payload& gp,chiattr_extension *chiattr) { bool...
[bug] [arm]: pfr0_el1.gic will never be true because of the value is used before it can be initiated
> [@gxflying](https://github.com/gxflying) Hello, thank you for submitting this bug report. Since you have insight into the problem and a potential solution, would you be willing to work on a fix...
[bug] [arm]: pfr0_el1.gic will never be true because of the value is used before it can be initiated
I don't know how to add labels for a PR -_-! , and the PR is without a label : https://github.com/gem5/gem5/pull/1980