Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-19 | X86: Record the memory mode when building an X86 system. | Gabe Black | |
2009-11-18 | m5: improvements to the ruby_fs.py file | Brad Beckmann | |
2009-11-18 | m5: Added option to take a checkpoint at the end of simulation | Brad Beckmann | |
2009-11-18 | m5: Moved profile option since Simulation depends on it. | Brad Beckmann | |
2009-11-18 | ruby: included ruby config parameter ports per core | Brad Beckmann | |
Slightly improved the major hack need to correctly assign the number of ports per core. CPUs have two ports: icache + dcache. MemTester has one port. | |||
2009-11-18 | ruby: Support for merging ALPHA_FS and ruby | Brad Beckmann | |
Connects M5 cpu and dma ports directly to ruby sequencers and dma sequencers. Rubymem also includes a pio port so that pio requests and be forwarded to a special pio bus connecting to device pio ports. | |||
2009-11-18 | ruby: Ruby memtest python script. | Brad Beckmann | |
2009-10-16 | removed libruby file reference from ruby_se.py | Brad Beckmann | |
2009-09-22 | python: 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 | |||
2009-09-16 | inorder-configs: update se.py | Korey Sewell | |
fix bug with 'numThreads=len(workloads)' which was counting characters of command-line not counting threads as intended. Update numThreads for inorder/o3 cases and default to 1 for all other cases. | |||
2009-09-16 | configs: add maxinsts option on command line | Korey Sewell | |
-option to allow threads to run to a max_inst_any_thread which is more useful/quicker in a lot of cases then always having to figure out what tick to run your simulation to. | |||
2009-09-14 | Add an I/O cache to FS config even if there's just an "L2" cache. | Steve Reinhardt | |
2009-07-26 | se-configs: edit se.py to account for non-O3CPU workloads | Korey Sewell | |
2009-07-25 | o3-smt: enforce numThreads parameter for SMT SE mode | Korey Sewell | |
2009-05-11 | ruby: Working M5 interface and updated Ruby interface. | Daniel Sanchez | |
This changeset also includes a lot of work from Derek Hower <drh5@cs.wisc.edu> RubyMemory is now both a driver for Ruby and a port for M5. Changed makeRequest/hitCallback interface. Brought packets (superficially) into the sequencer. Modified tester infrastructure to be packet based. and Ruby can be used together through the example ruby_se.py script. SPARC parallel applications work, and the timing *seems* right from combined M5/Ruby debug traces. To run, % build/ALPHA_SE/m5.debug configs/example/ruby_se.py -c tests/test-progs/hello/bin/alpha/linux/hello -n 4 -t | |||
2009-05-05 | cpus: fix cpu progress event | Korey Sewell | |
this was double scheduling itself (once in constructor and once in cpu code). also add support for stopping / starting progress events through repeatEvent flag and also changing the interval of the progress event as well | |||
2009-04-26 | X86, Config: Make makeX86System consider the number of CPUs, and clean up ↵ | Gabe Black | |
interrupt assignment. | |||
2008-07-16 | mem: use single BadAddr responder per system. | Steve Reinhardt | |
Previously there was one per bus, which caused some coherence problems when more than one decided to respond. Now there is just one on the main memory bus. The default bus responder on all other buses is now the downstream cache's cpu_side port. Caches no longer need to do address range filtering; instead, we just have a simple flag to prevent snoops from propagating to the I/O bus. | |||
2009-04-21 | Minor tweaks for future Ruby compatibility. | Steve Reinhardt | |
2009-04-19 | X86: Actually put the PCI INTA entry into the MP tables. | Gabe Black | |
2009-04-19 | X86: Make E820 report nice, round (and correct) numbers. | Gabe Black | |
2009-04-19 | X86: Automatically make the IO APIC in an N CPU system have id N+1. | Gabe Black | |
2009-04-15 | configs: Allow M5_CPU2000 env var to set CPU2K binary path. | Steve Reinhardt | |
It would be nice to have a more comprehensive mechanism but this is a big improvement over manually editing the script. | |||
2009-02-25 | X86: Add IRQ4 to the Intel MP tables. | Gabe Black | |
2009-02-10 | Configs: Add support for the InOrder CPU model | Korey Sewell | |
2009-02-01 | X86: Find the natural lpj for this configuration. | Gabe Black | |
2009-02-01 | X86: Add a root device to the kernel command line. | Gabe Black | |
2009-02-01 | X86: Configure the first PCI interrupt. | Gabe Black | |
2009-02-01 | X86: Hook in a hard drive image. | Gabe Black | |
2009-02-01 | X86: Take out the IDE noprobe kernel arguments. | Gabe Black | |
2009-02-01 | X86: Plug in an IDE controller. | Gabe Black | |
2009-01-31 | X86: Add some interrupt info to the intel MP tables. | Gabe Black | |
2009-01-30 | Errors: Print a URL with a hash of the format string to find more ↵ | Ali Saidi | |
information about an error. | |||
2009-01-25 | X86: Prevent Linux for probing for non-existant IDE controllers. | Gabe Black | |
2008-10-11 | X86: Add entries for the IO APIC to the MP table. | Gabe Black | |
2008-10-11 | X86: Add an Intel MP table to the simulation. | Gabe Black | |
2008-10-11 | X86: Rename the PC device to Pc. | Gabe Black | |
--HG-- rename : src/dev/x86/PC.py => src/dev/x86/Pc.py | |||
2008-10-10 | X86: Turn SMBios structures into simobjects. | Gabe Black | |
2008-10-10 | X86: Split makeLinuxX86System into makeLinuxX86System and makeX86System. | Gabe Black | |
2008-09-10 | style: Remove non-leading tabs everywhere they shouldn't be. Developers ↵ | Ali Saidi | |
should configure their editors to not insert tabs | |||
2008-07-23 | process: separate stderr from stdout | Michael Adler | |
- Add the option of redirecting stderr to a file. With the old behaviour, stderr would follow stdout if stdout was to a file, but stderr went to the host stderr if stdout went to the host stdout. The new default maintains stdout and stderr going to the host. Now the two can specify different files, but they will share a file descriptor if the name of the files is the same. - Add --output and --errout options to se.py to go with --input. | |||
2008-06-17 | Rename SimConsole to Terminal since it makes more sense | Nathan Binkert | |
--HG-- rename : src/dev/SimConsole.py => src/dev/Terminal.py rename : src/dev/simconsole.cc => src/dev/terminal.cc rename : src/dev/simconsole.hh => src/dev/terminal.hh | |||
2008-06-13 | Scripts: Check for the appropriate build type as soon as possible. | Ali Saidi | |
2008-06-12 | X86: Make the e820 table manually or automatically configurable from python. | Gabe Black | |
2008-06-12 | X86: Force the kernel to use a certain loops per jiffy instead of ↵ | Gabe Black | |
calculating it. | |||
2008-06-12 | X86: Make the amount of system memory match the hardcoded e820 info. | Gabe Black | |
2008-06-12 | X86: Make the regular console use the serial port as well. | Gabe Black | |
2008-03-25 | X86: Change the Opteron platform to be the PC platform. | Gabe Black | |
--HG-- extra : convert_revision : 2c6ffebbad04a21cef6ba3fbc1803218908a6c37 | |||
2008-03-15 | Simpoints: Fix regression bug/Don't set process.simpoint, if simpoint ↵ | Ali Saidi | |
doesn't exist --HG-- extra : convert_revision : c156c49668815755c4c788f807e8eba32151aa24 | |||
2008-02-29 | Error out if -s is used without --caches (instead of saying you must specify a | Lisa Hsu | |
CPU). --HG-- extra : convert_revision : a3b2bfbe7e037146ac08dd08834bf255da692506 |