Jason, Thanks a lot for your answer.
I use following code to send a read request to HMC in my own simObject. 
Request::Flags flags = 0;
RequestPtr req = make_shared<Request>(regs[toProc].first, 8, flags, 0 ); 
PacketPtr pkt = new Packet(req, MemCmd::PIMRead);
uint8_t* empty = new uint8_t[8];
pkt->dataDynamic(empty);
Is there any problem about my code?
_______________________________________________
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to