[gem5-users] Re: adding fields to SLICC MemoryMsg structure

2023-10-30 Thread James Pangia via gem5-users
Ah, that worked. Thanks! Didn't even think to try that. Will try to make a pull request adding a note about that to the documentation website when I get a chance (whenever that is) -James On Mon, Oct 30, 2023 at 5:26 AM C.-Y. Wu via gem5-users wrote: > Hello James, > > Have you tried: > int src

[gem5-users] Re: adding fields to SLICC MemoryMsg structure

2023-10-30 Thread C.-Y. Wu via gem5-users
Hello James, Have you tried: int src_cpuId, default="-1", desc="the id of the cpu core that originated the request"; I think -1 might need to be between quotation marks. Chia On Sat, Oct 28, 2023 at 10:00 PM James Pangia via gem5-users < gem5-users@gem5.org> wrote: > Hello all, > > I am tr