Hello Kien, I have developed this tool thinking in x86 ISA. Nevertheless, these warnings can mean two things: - The param/stat equivalent for 'value_in_mcpat' in gem5, has not been found - The param/stat equivalent for 'value_in_mcpat' in gem5, has been found and its value is zero
If you can open a new issue in github [1] attaching these files maybe we can all try and guess why you get errors. Best regards, ----- Original Message ----- From: "Kien" <[email protected]> To: [email protected] Sent: Thursday, April 21, 2016 4:03:14 AM 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. > > 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 -- 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
