[gem5-users] Integrating MCPAT with gem5

2022-04-21 Thread VIPIN PATEL via gem5-users
Hi All, Simulators like SST, DRAMSim, SystemC can be integrated with gem5. Can we integrate the McPAT with gem5 ? Are there any pointers available for doing this? Thanks in advance. Regards, Vipin Patel Ph.D. CSE IIT Kanpur ___ gem5-users mailing list

Re: [gem5-users] integrating mcpat with gem5

2013-07-17 Thread Trophy Zheng
Hi Fulya, The m5-mcpat.pl and mcpat-template.xml on the website https://www.cl.cam.ac.uk/~acr31/sicsa/ work for me with some modification. 1. First, you should make sure the all the value field in the mcpat-template.xml can be found in the stats.txt or config.ini files. Otherwise, modify them ac

[gem5-users] integrating mcpat with gem5

2013-07-15 Thread fulya
Hi all, I am using gem5-stable-07352f119e48 (most recent stable version) and running Parsec benchmarks on X86. I am trying to integrate it with McPat. I read somewhere that the newly added config.json file solves the previously encountered parsing problems. Is that true or what is the best way t