Skip to content
Snippets Groups Projects
  1. Aug 25, 2006
  2. Aug 24, 2006
    • Steve Reinhardt's avatar
      Update a few bogus reference outputs · 383b2830
      Steve Reinhardt authored
      tests/quick/00.hello/ref/alpha/linux/simple-atomic/m5stats.txt:
      tests/quick/00.hello/ref/alpha/linux/simple-atomic/stderr:
      tests/quick/00.hello/ref/alpha/linux/simple-atomic/stdout:
      tests/quick/00.hello/ref/sparc/linux/simple-atomic/m5stats.txt:
      tests/quick/00.hello/ref/sparc/linux/simple-atomic/stdout:
          Update reference outputs
      
      --HG--
      extra : convert_revision : 4b7837c90c14f0822b38d36bd821bc9eed316fd0
      383b2830
  3. Aug 22, 2006
  4. Aug 21, 2006
    • Gabe Black's avatar
      Merge zizzer.eecs.umich.edu:/bk/newmem · 3fa57c21
      Gabe Black authored
      into  ewok.(none):/home/gblack/m5/newmem
      
      --HG--
      extra : convert_revision : 46e14792cfd18e4e27935b848c9953a7c44e9334
      3fa57c21
    • Steve Reinhardt's avatar
      SConstruct: · a016e13a
      Steve Reinhardt authored
      Add checks for swig & libz, version check for swig.
      Factor out version check code into function, use for mysql too.
      
      SConstruct:
          Add checks for swig & libz, version check for swig.
          Factor out version check code into function, use for mysql too.
      
      --HG--
      extra : convert_revision : a077d961ae52011141fbf5021b167485f8638139
      a016e13a
    • Gabe Black's avatar
      Merge zizzer.eecs.umich.edu:/bk/newmem · ad867018
      Gabe Black authored
      into  ewok.(none):/home/gblack/m5/newmem
      
      --HG--
      extra : convert_revision : 15d8fd51f0c70da4d2e52c11864f3ab0f3f62811
      ad867018
    • Ron Dreslinski's avatar
      Update REFs for statistics patch in cache · 4ea39733
      Ron Dreslinski authored
      --HG--
      extra : convert_revision : 8987d3ab62ea4b2fa18ebd40fc980b30561d7e45
      4ea39733
    • Gabe Black's avatar
      Got rid of the aux_data array since it shouldn't have existed. · 0b0556a1
      Gabe Black authored
      Added in the filename parameter which is provided for the user space linker.
      Fix the ordering and alignment of stack elements.
      Made mmap start with the address it has been seen starting with "in the wild"
      
      --HG--
      extra : convert_revision : 8734753145f59a6cb433e4f92f43cb28a44b56d4
      0b0556a1
    • Gabe Black's avatar
      Fixed the parameters to memset. sizeof(regSegments[x]) may have been returning... · 623c697a
      Gabe Black authored
      Fixed the parameters to memset. sizeof(regSegments[x]) may have been returning the size of a pointer to an IntReg
      
      --HG--
      extra : convert_revision : 02c04ffceb447b7683ba5ebd4752819d0014cc19
      623c697a
    • Gabe Black's avatar
      Two bugs found by my tracing tool. · e54c5c99
      Gabe Black authored
      1. alignaddr wrote it's address to a floating point register rather than a gpr.
      2. sethi was sign extending it's immediate value.
      
      --HG--
      extra : convert_revision : 9aa30a6485bc4cba916367973b986d439b7c7588
      e54c5c99
    • Ron Dreslinski's avatar
      Merge zizzer:/z/m5/Bitkeeper/newmem · 689eb39d
      Ron Dreslinski authored
      into  zizzer.eecs.umich.edu:/.automount/zazzer/z/rdreslin/m5bk/newmem
      
      src/python/m5/objects/BaseCPU.py:
          Merge duplicate change
      
      --HG--
      extra : convert_revision : 214e57999ee78aadfc86e1f0b7198ff0d981ce16
      689eb39d
    • Ron Dreslinski's avatar
      Changes so that time in the packet is actually set properly. · 825a7aad
      Ron Dreslinski authored
      src/mem/packet.hh:
          Make sure packets set the time parameter correctly.
      
      --HG--
      extra : convert_revision : e381d2789e0aaa1b6c2fbde417b7ba5815deec61
      825a7aad
    • Steve Reinhardt's avatar
      fs.py: · 21b21c63
      Steve Reinhardt authored
      Add temporary cpu.mem parameter settings.
      
      configs/example/fs.py:
          Add temporary cpu.mem parameter settings.
      
      --HG--
      extra : convert_revision : d7c2fcd8df8dc809b0511485877b2a85769aaf43
      21b21c63
    • Steve Reinhardt's avatar
      TEST_CPU_MODELS isn't used anymore. · 25643e07
      Steve Reinhardt authored
      --HG--
      extra : convert_revision : 742bda87e79657573cec404b8650fa26d189d1a1
      25643e07
    • Steve Reinhardt's avatar
      Add Alpha Linux version of "hello world" test. · 07994c23
      Steve Reinhardt authored
      --HG--
      extra : convert_revision : 22cd31c58f18fd92bd61ee4b4a218926f7290045
      07994c23
    • Steve Reinhardt's avatar
      Alpha "hello world" test is really Tru64 not Linux... oops. · eb1f1336
      Steve Reinhardt authored
      --HG--
      rename : tests/quick/00.hello/ref/alpha/linux/simple-atomic/m5stats.txt => tests/quick/00.hello/ref/alpha/tru64/simple-atomic/m5stats.txt
      rename : tests/quick/00.hello/ref/alpha/linux/simple-atomic/stderr => tests/quick/00.hello/ref/alpha/tru64/simple-atomic/stderr
      rename : tests/quick/00.hello/ref/alpha/linux/simple-atomic/stdout => tests/quick/00.hello/ref/alpha/tru64/simple-atomic/stdout
      rename : tests/quick/00.hello/ref/alpha/linux/simple-timing/config.ini => tests/quick/00.hello/ref/alpha/tru64/simple-timing/config.ini
      rename : tests/quick/00.hello/ref/alpha/linux/simple-timing/config.out => tests/quick/00.hello/ref/alpha/tru64/simple-timing/config.out
      rename : tests/quick/00.hello/ref/alpha/linux/simple-timing/m5stats.txt => tests/quick/00.hello/ref/alpha/tru64/simple-timing/m5stats.txt
      rename : tests/quick/00.hello/ref/alpha/linux/simple-timing/stderr => tests/quick/00.hello/ref/alpha/tru64/simple-timing/stderr
      rename : tests/quick/00.hello/ref/alpha/linux/simple-timing/stdout => tests/quick/00.hello/ref/alpha/tru64/simple-timing/stdout
      rename : tests/test-progs/hello/bin/alpha/linux/hello => tests/test-progs/hello/bin/alpha/tru64/hello
      extra : convert_revision : 583c30603e51304c9a19e3ae25fbf0623be0489d
      eb1f1336
    • Steve Reinhardt's avatar
      configs/example/fs.py: · b83d0e55
      Steve Reinhardt authored
      Arg to m5.simulate() is a delta, not an absolute curTick value.
      I didn't test this change, but I'm not convinced the previous
      example was tested either, so I don't feel too badly about it.
      
      configs/example/fs.py:
          Arg to m5.simulate() is a delta, not an absolute curTick value.
          I didn't test this change, but I'm not convinced the previous
          example was tested either, so I don't feel too badly about it.
      
      --HG--
      extra : convert_revision : ef7df7b83b3e2b5da02408c674169ccbed75a441
      b83d0e55
  5. Aug 19, 2006
    • Steve Reinhardt's avatar
      SConscript: · 5d17465d
      Steve Reinhardt authored
      Fix BATCH_CMD bug.
      
      tests/SConscript:
          Fix BATCH_CMD bug.
      
      --HG--
      extra : convert_revision : 696d51a67790506db749244edf4afab920a63d1b
      5d17465d
  6. Aug 18, 2006
  7. Aug 17, 2006
    • Kevin Lim's avatar
      Add readfile back in. · a21afd7b
      Kevin Lim authored
      --HG--
      extra : convert_revision : 0b64f2d95b439b19f1131fe00f45da56617b0026
      a21afd7b
    • Ali Saidi's avatar
      Merge zizzer:/bk/newmem · 399c01ac
      Ali Saidi authored
      into  zeep.pool:/z/saidi/tmp/m5.newmem
      
      --HG--
      extra : convert_revision : 49289cfe8d547045dd89133db71d16318bc8510b
      399c01ac
    • Ali Saidi's avatar
      add default range to PhysicalMemory · a3bf5f19
      Ali Saidi authored
      --HG--
      extra : convert_revision : 0a622ab0f0f7653d28d4ed3dd27113ae2bc82cae
      a3bf5f19
    • Steve Reinhardt's avatar
      SConstruct: · 4a071f3c
      Steve Reinhardt authored
      rename build/*/test dir to build/*/tests for consistency
      
      SConstruct:
          rename build/*/test dir to build/*/tests for consistency
      
      --HG--
      extra : convert_revision : 6af3cf6b2d6582b2c4d2bc9211e44767e0fa494f
      4a071f3c
    • Lisa Hsu's avatar
      AUTHORS: · 2118b2fa
      Lisa Hsu authored
      minor change
      
      AUTHORS:
          minor change
      
      --HG--
      extra : convert_revision : b638f14f0541ff5d48546c7fcd27d1bf0bdf615f
      2118b2fa
    • Lisa Hsu's avatar
      Merge zizzer:/bk/newmem · a99534d4
      Lisa Hsu authored
      into  zed.eecs.umich.edu:/z/hsul/work/m5/newmem
      
      --HG--
      extra : convert_revision : 382a9d4b420a9bdb35f93049306b7b7af0d33ad5
      a99534d4
    • Lisa Hsu's avatar
      make tree rcS files reflect what we've been actually using in /dist. · a88a6758
      Lisa Hsu authored
      also, update all the rcS files so that they are in sync with the new linux-dist build system.
      
      configs/boot/devtime.rcS:
      configs/boot/iscsi-client.rcS:
      configs/boot/iscsi-server.rcS:
      configs/boot/micro_memlat.rcS:
      configs/boot/micro_stream.rcS:
      configs/boot/micro_tlblat.rcS:
      configs/boot/nat-netperf-maerts-client.rcS:
      configs/boot/nat-netperf-server.rcS:
      configs/boot/nat-netperf-stream-client.rcS:
      configs/boot/nat-spec-surge-client.rcS:
      configs/boot/nat-spec-surge-server.rcS:
      configs/boot/natbox-netperf.rcS:
      configs/boot/natbox-spec-surge.rcS:
      configs/boot/netperf-rr.rcS:
      configs/boot/netperf-server.rcS:
      configs/boot/netperf-stream-client.rcS:
      configs/boot/netperf-stream-nt-client.rcS:
      configs/boot/nfs-client-nhfsstone.rcS:
      configs/boot/nfs-client-tcp-smallb.rcS:
      configs/boot/nfs-client-tcp.rcS:
      configs/boot/nfs-client.rcS:
      configs/boot/nfs-server-nhfsstone.rcS:
      configs/boot/nfs-server.rcS:
      configs/boot/ping-client.rcS:
      configs/boot/ping-server.rcS:
      configs/boot/spec-surge-client.rcS:
      configs/boot/spec-surge-server.rcS:
      configs/boot/surge-client.rcS:
      configs/boot/surge-server.rcS:
          make tree rcS files reflect what we've been actually using in /dist.
      
      --HG--
      extra : convert_revision : 48fe4fe71938ef9d029e428028a271242c8d2faa
      a88a6758
    • Ali Saidi's avatar
      we don't want the old memory timing dram model either · 695f2a73
      Ali Saidi authored
      --HG--
      extra : convert_revision : 7de51b1e42cff8c0f377a21cfcb6d1d13df1847a
      695f2a73
    • Ron Dreslinski's avatar
      Fix the caches not working in the regression · 6eebfda2
      Ron Dreslinski authored
      src/python/m5/objects/BaseCPU.py:
          Make mem parameter a MemObject, not just a PhysicalMemory
          Fix a reference not using self
      tests/configs/simple-atomic.py:
          Set the mem paramter
      tests/configs/simple-timing.py:
          Set the mem parameter
      
      --HG--
      extra : convert_revision : 6bd9df36831a1c5bafc9e88ab945c2ebe91db785
      6eebfda2
    • Ali Saidi's avatar
      Merge zizzer:/bk/newmem · 57db6caa
      Ali Saidi authored
      into  zeep.pool:/z/saidi/tmp/m5.newmem
      
      --HG--
      extra : convert_revision : b754945635cc0864fdd68ec4bee736aab9bca407
      57db6caa
    • Ali Saidi's avatar
      DRAM Memory doesn't crash the simulator now.. still untested. · c7bb14ac
      Ali Saidi authored
      --HG--
      extra : convert_revision : fa2d2c5ec4073383f1b2b2f466d0245f2d6a6c35
      c7bb14ac
    • Ali Saidi's avatar
      we don't want the splash2 config files either, they haven't been converted yet · c6c5cc1a
      Ali Saidi authored
      --HG--
      extra : convert_revision : 09adadca1ead8d32589cf7a243fddd24fcc51f4b
      c6c5cc1a
    • Nathan Binkert's avatar
      Add checkpointing and configuration stuff to the people that worked on it · 1749e1ab
      Nathan Binkert authored
      --HG--
      extra : convert_revision : 565f0144d3aa6194665e49e3b0ad314c5d671bba
      1749e1ab
    • Gabe Black's avatar
      Added in SPARC ISA specifically. Thanks to whoever fleshed out my entry. · 7b8ac2f5
      Gabe Black authored
      --HG--
      extra : convert_revision : acb123227c7efbb46cc25e0ca69f7b2e2ec5b9c1
      7b8ac2f5
Loading