summaryrefslogtreecommitdiff
path: root/tests/long/70.twolf/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-08-01Fix for new parameter stuff.Gabe Black
--HG-- extra : convert_revision : 49d8df7235a02b71db9d309e6b2029587c3d0c8b
2007-03-11Make the SPEC regressions work for any isa/operating system.Gabe Black
--HG-- extra : convert_revision : b7b0823357f722119559e5703b36ea82ed6f8c0f
2007-03-10If you can't get rid of the files you want to make sure are gone, assume ↵Gabe Black
they're already gone. Print a warning and move on. --HG-- extra : convert_revision : 192740b1e1a7a30222c4e79c7e7a5770e682f014
2007-02-27Fix issue with twolf where the presence or absence of two files, smred.sav ↵Gabe Black
or smred.sv2, would affect the outcome of the program. These names are based on the input file names which are in turn based on the input set selected. There may be more files like this generated for larger input sets, for example "mdred.sv3" --HG-- extra : convert_revision : f4f1d3fd0fb28468b0ee507aaadf3c14aa9cf924
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