Just figured that the McPAT parser script looks for the components "niu", "pcie" and "flashcontroller", which were not present in the XML file generated from the m5-mcpat-parser-se.py. After adding some dummy components for these, the processing moves forward, hitting floating point exception, probably because of some unexpected value for these components. I will try to debug using gdb.
I wanted to check if anyone knows how one could generate valid entries for niu, pcie and flashcontroller in the xml file ? On Mon, Dec 19, 2011 at 12:39 PM, Ankita (Garg) Goel <[email protected]>wrote: > Hi, > > Using the m5-mcpat-parser-se.py script, I am able to generate an XML file, > which could be used as input to MCPAT. However, I get the following error from > McPAT: > > some value(s) of > number_of_cores/number_of_L2s/number_of_L3s/number_of_NoCs is/are not > correct! > > or > > The value of homogeneous_cores or number_of_cores is not correct! > > Attaching the two .xml scripts I have from gem5. The command used to > run the simulator is : > > $ build/ALPHA_SE/gem5.opt configs/example/se.py -d -n1 --caches --l2cache > --clock=500 --num-l2caches=1 --num-l3caches=0 > > I did try modifying the number of NoCs in the xml file, but no success. > Has anyone come across this error when working with McPAT ? Any suggestions > will help me! Attaching the power.xml and summary.xml files I have. > > -- > Regards, > Ankita > > > -- Regards, Ankita
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
