summaryrefslogtreecommitdiff
path: root/tests/long/10.mcf/test.py
AgeCommit message (Collapse)Author
2009-09-22python: Move more code into m5.util allow SCons to use that code.Nathan Binkert
Get rid of misc.py and just stick misc things in __init__.py Move utility functions out of SCons files and into m5.util Move utility type stuff from m5/__init__.py to m5/util/__init__.py Remove buildEnv from m5 and allow access only from m5.defines Rename AddToPath to addToPath while we're moving it to m5.util Rename read_command to readCommand while we're moving it Rename compare_versions to compareVersions while we're moving it. --HG-- rename : src/python/m5/convert.py => src/python/m5/util/convert.py rename : src/python/m5/smartdict.py => src/python/m5/util/smartdict.py
2007-10-10Regressions: Make mcf have 256MB which it needs for 64 bit builds.Gabe Black
--HG-- extra : convert_revision : 42851d60a4c1e709d79bbd3187227b6e220a253e
2007-04-22Change mcf to use smred inputs so it doesn't take two days to run in o3.Gabe Black
--HG-- extra : convert_revision : 6bf58f5ea12afc56dff6237640fbeded58b9951e
2007-03-11Make the SPEC regressions work for any isa/operating system.Gabe Black
--HG-- extra : convert_revision : b7b0823357f722119559e5703b36ea82ed6f8c0f
2006-11-16Implement a single config file to encompass all of the SPECNathan Binkert
CPU2000 stuff, and use it in all of the tests that currently use SPEC --HG-- extra : convert_revision : 8cd26a597e51a90b6d2810d344a075f5aa0f011b
2006-11-10Try to setup commands properly.Kevin Lim
--HG-- extra : convert_revision : 9f4af3c5f52841b10e9f17c48470716703a1be67
2006-10-12config file updatesKorey Sewell
--HG-- extra : convert_revision : b873e0b436d71d86b87b8d9df7115bcc7ceb2b50