Hello Raul, As far as I know, the main difference between architectures in gem5 (talking about config.ini and stats.txt) lies in the ISA. Thus, the parser does not really care about the ISA, it only cares about parameters and statistics that finds in those files. Then, it fills the template with the values it has found. So, the more detailed is the gem5 execution, the more values will filled in the template by the parser. Asking your question, it should work for any ISA.
Best regards, ----- Original Message ----- From: "Raul Garcia" <[email protected]> To: "gem5 users mailing list" <[email protected]> Sent: Thursday, April 21, 2016 11:50:18 AM Subject: Re: [gem5-users] gem5ToMcPAT v0.1 Hello Marcos, Does this translator supports inputs using the ARM architecture? If not what would it take to enable this support? Raul. ________________________________________ From: gem5-users [[email protected]] on behalf of Kien [[email protected]] Sent: Thursday, April 21, 2016 3:03 AM To: [email protected] Subject: Re: [gem5-users] gem5ToMcPAT v0.1 Marcos Horro Varela <marcos.horro <at> udc.es> writes: > > Hello all, > > I would like to make an annoucement: I have been developing a translator from gem5 to McPAT in Bison, Flex and > C/C++. Basically: parses the configuration file and statistics file from gem5 and generates an XML based > on a template which fits properly as McPAT input. It seems to work properly. All the details and source code > can be found here [1]. If you have any problems using it, just tell me. > I would like to thank Fernando Endo for his work [2], which was really helpful during the process. >Elton John - Don't Let The Sun Go Down On Me > Best regards, > > [1] https://github.com/markoshorro/gem5ToMcPAT > [2] https://tel.archives-ouvertes.fr/tel-01285964/document > Thanks Horro Varela, This is what I am looking for, but my first try with FS Alpha failed (with either provided xml templates or the one from mcpat with some modification. I got alot of warnings like these Warning: stat system 'total_cycles' may have not been set! Warning: stat system 'idle_cycles' may have not been set! Warning: stat system 'busy_cycles' may have not been set! Warning: param system.core0 'x86' may have not been set! Warning: param system.core0 'fetch_width' may have not been set! Warning: param system.core0 'decode_width' may have not been set! Warning: param system.core0 'issue_width' may have not been set! .... <30 + more :)> I check the template is fine as it works with mcpat, do you have any suggestions? I am using mcpat1.0 and the latest version of gem5, alpha fs image was the one with embedded parsec benchmarks. Thanks & regards, -- Kien _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users -- Marcos Horro Varela, BSc student University of A Coruña +34 618 62 67 37 http://markos-horro.com _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
