- May 18, 2020
-
-
Pierre-Yves Péneau authored
Note: gem5 expects a README file in the root folder. Create a symlink to README.md Change-Id: I564ec61fd13f69dff07456390cecdbf8fa5e132b
-
Pierre-Yves Péneau authored
Main feature: you can combine skip/execute an infinite number of times. See README for more details. Change-Id: Ib9f36addd25a23b025ea4f75f739626a5b03a677
-
- May 12, 2020
-
-
Pierre-Yves Péneau authored
You can use two conditions on "noping" an instruction: - the number of times you want this instruction to execute normally - the number of times you wan to nop this instruction Both options can be used in a combination, i.e. "wait for 10 normal executions and then nop for the next 5 executions". These two options has to be specified on the same line of the specific address. Moreover, it has to be in the order mentioned ahead, i.e.g. "how many times do we execute normally", then "how many times do we nop". Examples: Nop instruction at 0xCAFE: CAFE Nop instruction at 0xCAFE after 10 executions: CAFE 10 Nop instruction at 0xCAFE after 10 executions for the 5 following execution: CAFE 10 5 Nop instruction at 0xCAFE only 7 times: CAFE 0 7 In this example, you don't want a normal execution. Hence, the first parameter has to be 0 If no option is specified, the CPU nop the instruction every time. If only one option is specified, the CPU considers this option as "how many normal execution should I do before noping", and then nop every time. Change-Id: Ic76a397044a3f3c45a84b9a732cc01d4023ced16
-
- Mar 04, 2020
-
-
Pierre-Yves Péneau authored
Change-Id: I2c40e2b2283981dbd05bb95f652a6a7fd12bdf6a
-
- Mar 02, 2020
-
-
Pierre-Yves Péneau authored
Change-Id: Ied3ce11329f8bb4efe89f5d0874f4c3335d9efc5
-
- Feb 18, 2020
-
-
Gabe Black authored
Change-Id: Ic0faf22e5ed94cf7e7591175a808c4696de29e25 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/25462 Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Bobby R. Bruce <bbruce@ucdavis.edu> Maintainer: Bobby R. Bruce <bbruce@ucdavis.edu>
-
- Jan 29, 2020
-
-
Bobby R. Bruce authored
Jira: https://gem5.atlassian.net/browse/GEM5-272 Change-Id: Ieadb6dd7a44dde4b0be647c91896551822b06a57 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/24503 Reviewed-by: Jason Lowe-Power <jason@lowepower.com> Maintainer: Jason Lowe-Power <jason@lowepower.com> Tested-by: kokoro <noreply+kokoro@google.com>
-
- Aug 26, 2014
-
-
Andreas Hansson authored
This patch updates the README to direct the user to the appropriate sections on the gem5.org website rather than duplicating information.
-
- Sep 25, 2012
-
-
Ali Saidi authored
-
- Feb 15, 2011
-
-
Gabe Black authored
Get rid of RELEASE_NOTES since we no longer do releases, update some of the information in README, and update the date in LICENSE.
-
- Oct 07, 2008
-
-
Gabe Black authored
-
- Feb 26, 2008
-
-
Ali Saidi authored
--HG-- extra : convert_revision : a4958e934f599bff24b251507da7c266c89430fc
-
- Oct 31, 2007
-
-
Ali Saidi authored
--HG-- extra : convert_revision : 5d906cfd568e18e082235e515b955efb6a25912a
-
- Aug 25, 2006
-
-
Steve Reinhardt authored
--HG-- extra : convert_revision : 01c1a993bc111127e7bd51564e8c9a8adbeaffd4
-
- Aug 16, 2006
-
-
Ali Saidi authored
--HG-- extra : convert_revision : 2cd6dd468f7c45f09707d311e43168f9b3470ab3
-
- Aug 15, 2006
-
-
Ali Saidi authored
Nate needs to fix sinic builder stuff Gabe needs to verify my fixes to decoder.isa OPT/DEBUG compiles for ALPHA_FS, ALPHA_SE, MIPS_SE, SPARC_SE with this changeset README: Fix the swig version in the readme src/SConscript: remove sinic until nate fixes the builder crap for it src/arch/alpha/system.hh: src/arch/mips/isa/includes.isa: src/arch/sparc/isa/decoder.isa: src/base/stats/visit.cc: src/base/timebuf.hh: src/dev/ide_disk.cc: src/dev/sinic.cc: src/mem/cache/miss/mshr.cc: src/mem/cache/miss/mshr_queue.cc: src/mem/packet.hh: src/mem/request.hh: src/sim/builder.hh: src/sim/system.hh: fixes for gcc 4.1 --HG-- extra : convert_revision : 3775427c0047b282574d4831dd602c96cac3ba17
-
Steve Reinhardt authored
Fix SWIG version number. README: Fix SWIG version number. --HG-- extra : convert_revision : 618d6e63d44bc7664dace545d4e35119f52b8407
-
Steve Reinhardt authored
README: Add brief build instructions for the impatient. A few minor fixes. RELEASE_NOTES: Change date; add beta disclaimer. --HG-- extra : convert_revision : d31af687c657feb36a2694ef9f0abd67390c7023
-
Steve Reinhardt authored
README: s/m5.eecs.umich.edu/www.m5sim.org/ whack mentions of "CD distribution" RELEASE_NOTES: Set date of 2.0 beta release Fix typo --HG-- extra : convert_revision : 5baa113a98f89dbf56f60adb4513ca22b63673b1
-
- Jun 29, 2006
-
-
Ali Saidi authored
start a new release section in RELEASE_NOTES add AUTHORS file that still needs work README: Update the readme to point people to m5.eecs.umich.edu RELEASE_NOTES: start a new release section --HG-- extra : convert_revision : 4c51e4255aecb67b10f18337428e5af114759d2e
-
- Oct 06, 2005
-
-
Steve Reinhardt authored
README: More updates for 1.1 release. --HG-- extra : convert_revision : 3e39cf4d1cba49dfb254cd1047144ac2aa728221
-
Steve Reinhardt authored
README: Update for IOSCA release. --HG-- extra : convert_revision : 6ed7c857cc71021f51abe8c462a9b8b58215dcfb
-
- Sep 05, 2005
-
-
Steve Reinhardt authored
For example, 'scons ALPHA_SE/test/opt/quick' will build ALPHA_SE/m5.opt if necessary and run all the self-identified "quick" tests on it. Other possibilities: - Run just test1: scons ALPHA_SE/test/opt/test1 - Run all tests: scons ALPHA_SE/test/opt - Run all tests on debug build: scons ALPHA_SE/test/debug - Update test1 reference outputs in m5-test: scons update_ref=y ALPHA_SE/test/opt/test1 The proper tests will be selected based on the setting of FULL_SYSTEM, ALPHA_TLASER, etc. README: Update directions to use scons-based test invocation. SConscript: Return list of generated build environments to SConstruct so it can associate tests with each of them. Set 'M5Binary' attribute on each env to record name of generated binary to be tested. build/SConstruct: - Support invoking m5-test tests via scons. - Add new non-sticky option category, for 'update_ref'. - Move existing "sticky" option definitions out of build_dir loop. Someday we can generate help text from these. - Make 'CC' and 'CXX' sticky options; use environment vars as defaults if available. - Make config builder more scons-y. python/m5/__init__.py: Make AddToPath() correctly handle relative path arguments. Assumes that sys.path[0] has the directory where the current Python file lives; new m5execfile() function sets this up properly for exec'd files. --HG-- extra : convert_revision : 48896688592e210d8e63f96c34e57474853d0e66
-
- Aug 19, 2005
-
-
Steve Reinhardt authored
README: Clarify cygwin EIO error explanation. build/SConstruct: Cygwin header files cause uninitialized var warnings. dev/ide_ctrl.cc: Get rid of unnecessary byte-swap calls, some of which were too ambiguous for cygwin (or gcc 3.4.4). dev/pcidev.cc: Disambiguate arg for overloaded byte swap operation (and fix it to be the correct one). --HG-- extra : convert_revision : be37c6315aacbec6332b1d09e726b39b4aa18dce
-
Steve Reinhardt authored
README: Updated for release 1.1. Clarified several minor things (I hope). --HG-- extra : convert_revision : a088f670739d33765611ce413b96854a1b51bb0f
-
- Jun 05, 2005
-
-
Ron Dreslinski authored
--HG-- extra : convert_revision : 0db477a26278436ea3f640048b63d72132d921d8
-
- Jun 02, 2005
-
-
Steve Reinhardt authored
ALPHA -> ALPHA_SE (for Syscall Emulation) KERNEL -> ALPHA_FS KERN_TLASER -> ALPHA_FS_TL Also renamed configs/kernel dir to configs/fullsys. README: build/SConstruct: Rename builds more descriptively. --HG-- extra : convert_revision : f2bffb3ad0fc5068cc7fa20661ed9e4e7bc5b202
-
- Jul 28, 2004
-
-
Ali Saidi authored
Put correct date in copyright headers based on bk changesets LICENSE: Updated copyright on license file README: Updaded readme to reflect shift to scons and linux support cpu/trace/reader/ibm_reader.cc: cpu/trace/reader/ibm_reader.hh: cpu/trace/reader/itx_reader.cc: cpu/trace/reader/itx_reader.hh: cpu/trace/reader/m5_reader.cc: cpu/trace/reader/m5_reader.hh: cpu/trace/reader/mem_trace_reader.cc: cpu/trace/reader/mem_trace_reader.hh: cpu/trace/trace_cpu.cc: cpu/trace/trace_cpu.hh: updated copyright (only changeset in 2004) kern/kernel_stats.cc: kern/kernel_stats.hh: updated copyright --HG-- extra : convert_revision : 726aed4b38ff4d230c63a570df83c63075b3c76f
-
- Oct 17, 2003
-
-
Steve Reinhardt authored
top-level release dir) before shipping it. --HG-- extra : convert_revision : 3013379ec6dc95217f35aeef9df2e4ac0a33b69f
-