Commit graph

1245 commits

Author SHA1 Message Date
Steve Reinhardt e78b455cf6 Add PC to MemReq for tracing/debugging.
--HG--
extra : convert_revision : c3fe4872698f6d46d6fe1db10fdde92c2b8d772c
2004-11-18 10:53:25 -05:00
Steve Reinhardt 7bac427874 Minor fixes.
base/loader/ecoff_object.cc:
    Only warn (not die) if we can't load symbols from an ecoff object.
sim/debug.cc:
    Compile in functioning debug_break unless NDEBUG,
    not only if DEBUG.  Print warning if we hit breakpoint
    when compiled with NDEBUG.
sim/debug.hh:
    Compile in functioning debug_break unless NDEBUG,
    not only if DEBUG.

--HG--
extra : convert_revision : baef2caac4a9c88e1389660823eaa7c42b1d19c8
2004-11-18 10:52:56 -05:00
Ali Saidi 171ebf16be Move labels down slightly so they don't write over bottom of graph
--HG--
extra : convert_revision : 9a7b821bbf21a02ba437da915c12b25d03f85512
2004-11-17 22:12:01 -05:00
Ali Saidi 1b374f4008 Merge zizzer:/bk/m5 into zeep.eecs.umich.edu:/z/saidi/work/m5
--HG--
extra : convert_revision : 950a2d6e131378be0af4ba76664a42235579bc75
2004-11-17 22:05:34 -05:00
Ali Saidi 72aea04d8d fixed swap disk, now it doesn't have a partition table
--HG--
extra : convert_revision : a2b6ddd25e179b830dd58a1940ca8e1f20684b2e
2004-11-17 22:05:29 -05:00
Lisa Hsu 873fb248dc Merge zizzer:/bk/m5 into zed.eecs.umich.edu:/z/hsul/work/m5
--HG--
extra : convert_revision : 720fb90b6dd33a704697cd9219463ef9d6115313
2004-11-17 21:34:55 -05:00
Lisa Hsu 410917c428 nat.ini:
make packet dump work with both links in nat configuration
benchmark.ini:
make the packetdump work with both links in nat config.

--HG--
extra : convert_revision : 2676a2c44b295ce4161a4d8e6f35cc424da5a488
2004-11-17 21:34:44 -05:00
Nathan Binkert 42de71bc9d Merge zizzer.eecs.umich.edu:/bk/m5
into ziff.eecs.umich.edu:/z/binkertn/research/m5/latest

--HG--
extra : convert_revision : bc9d5460bc3b5aed0f1bf0e4aa6d5aed06598e74
2004-11-17 21:04:02 -05:00
Nathan Binkert 98ca4fa600 serialization fix for the NS GigE driver
dev/ns_gige.cc:
    We need to serialize the rxFragPtr

--HG--
extra : convert_revision : 1f68c9d7ae2dbeea69e60d988ea6392622104f52
2004-11-17 21:03:51 -05:00
Ron Dreslinski fed826f6c3 Merge zizzer:/z/m5/Bitkeeper/m5
into zazzer.eecs.umich.edu:/z/rdreslin/m5bk/clean

--HG--
extra : convert_revision : f6b12361683f1e5b423f83f2bd2b7b647861c310
2004-11-17 20:47:03 -05:00
Ron Dreslinski 10f24ea5df Enalbe the exclusive state to work. Now coherence works with MOSI and MOESI (using upgrades)
with a non-atomic bus on the top level of caches.

--HG--
extra : convert_revision : dc9c2d72af062c8064b7447ad61d4ce37733a994
2004-11-17 20:46:56 -05:00
Ali Saidi 77e0868099 Add the boot scripts for nfs tcp
--HG--
extra : convert_revision : 74625c44f2f7c9bcdc2718bbee891ea112f07583
2004-11-17 18:56:57 -05:00
Ali Saidi d65159f50f Merge zizzer:/bk/m5 into zeep.eecs.umich.edu:/z/saidi/work/m5
--HG--
extra : convert_revision : 01fd8e27b9e428d7549192d6fc0f14d00888dad5
2004-11-17 18:56:56 -05:00
Ron Dreslinski 90080826d4 Merge zizzer:/z/m5/Bitkeeper/m5
into zazzer.eecs.umich.edu:/z/rdreslin/m5bk/clean

--HG--
extra : convert_revision : 5a4e20fdcb767687253fd462323084e0647b746a
2004-11-17 18:56:55 -05:00
Ron Dreslinski dceb69a28a Add to the config files a two cpu version, fix error in unblocking code from the bus
--HG--
extra : convert_revision : 507bc441076bb3f70aa36dca1f0a63cb7364f0b4
2004-11-17 18:56:00 -05:00
Ali Saidi 3d57ca3da4 nfs tcp configs
--HG--
extra : convert_revision : 4ab87abc096506ee318a38602c32288c751dbd3c
2004-11-17 18:07:04 -05:00
Nathan Binkert 51a6399499 Merge zizzer.eecs.umich.edu:/bk/m5
into ziff.eecs.umich.edu:/z/binkertn/research/m5/latest

--HG--
extra : convert_revision : e519436a2969406cacf13b62227d897eb03d5ba2
2004-11-17 16:26:53 -05:00
Nathan Binkert 797661b6e1 fix sinic unserialization
dev/sinic.cc:
    we only use one address range in the sinic

--HG--
extra : convert_revision : daa730a34ac9c9264060431556a1c5caa3252c5e
2004-11-17 16:24:58 -05:00
Ron Dreslinski dc26d69b7d Temporary fixes so that upgrades and writebacks function properly with timing coherence
Eventually we can change this so that we don't evict something we have an MSHR for

--HG--
extra : convert_revision : 2311fb47e51fbdc0e33e01c387b07eabd1f559b4
2004-11-17 13:32:10 -05:00
Lisa Hsu 016a23ae97 make fixes for NAT on the non-standard memory configurations. also configure 2nd etherdevs.
--HG--
extra : convert_revision : 08098a93ea16c09aa78590f708cafb53b1e1399e
2004-11-17 13:04:50 -05:00
Ron Dreslinski f9ff53241f Merge zizzer:/z/m5/Bitkeeper/m5
into zazzer.eecs.umich.edu:/z/rdreslin/m5bk/clean

--HG--
extra : convert_revision : a64b84993c8852b19b1572c6913bf3dc6f6fc249
2004-11-17 09:54:38 -05:00
Ron Dreslinski ec636ed43f Remove a hack placed in to work with an unimplemented mem-tester forcing the
mshr to satisfy targets in order even if they can be satisfied early.

--HG--
extra : convert_revision : 2590d0ae4d0ae29257c58c66503864fa218ba8de
2004-11-17 09:54:22 -05:00
Ali Saidi 7da367d5dd Merge zizzer:/bk/m5 into zeep.eecs.umich.edu:/z/saidi/work/m5
--HG--
extra : convert_revision : 54dffc643884e98bf0a362ed848da73d2527cbc3
2004-11-17 04:05:30 -05:00
Ali Saidi 091bded6cd added categories for all symbols
nate made the matching a much much much faster

--HG--
extra : convert_revision : e3da92ead971628b0acf133cedf601c0d71b8f0d
2004-11-17 04:05:22 -05:00
Nathan Binkert 4e8bc3f125 tweak ini files
--HG--
extra : convert_revision : 6fb96ad5ad83c2bc5f55838ea9be4c67a821c896
2004-11-17 02:25:09 -05:00
Ali Saidi 6487c5eabf Merge zizzer:/bk/m5 into zeep.eecs.umich.edu:/z/saidi/work/m5
--HG--
extra : convert_revision : 2d017be1a4ce42ffcef3176638afd2ff55675d8c
2004-11-17 02:09:11 -05:00
Ali Saidi 95fdc9e47b added small block nfs script
--HG--
extra : convert_revision : 1fab69c3ccda27cab2cec1375bc1bd02b2b8f156
2004-11-17 02:08:27 -05:00
Steve Reinhardt b1bc7d8a7d Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5
into zizzer.eecs.umich.edu:/z/stever/bk/m5

--HG--
extra : convert_revision : 7706acd42ffa2ef91b14ff61b97b1256db13a8e7
2004-11-17 01:27:09 -05:00
Nathan Binkert 5f6328d9c6 properly implement the fifo _reserved stuff.
dev/pktfifo.cc:
    need to checkpoint _reserved
dev/pktfifo.hh:
    When clearing, clear _reserved
    size() is used for determining how many bytes are in the fifo
    ready to be pulled, so we don't want to add _reserved
    avail() on the other hand is used for determining how much
    free space is in the fifo for adding packets.
    adjust the implementation of empty() and full() to reflect this.

--HG--
extra : convert_revision : 3281972b4b70ea5833d39ae7ce1e73648b3573b0
2004-11-17 01:27:08 -05:00
Steve Reinhardt 0c056556b1 Add chart data output option to profile-top.
--HG--
extra : convert_revision : 1aa2435eb0771c1d46100700364b2d4dbff27a05
2004-11-17 00:52:55 -05:00
Nathan Binkert c43c3f2af3 initialize _reserved
--HG--
extra : convert_revision : a0f98c135734602b1d4b0890d8ff8cecc0e42f88
2004-11-17 00:28:42 -05:00
Steve Reinhardt 82e2fc3994 Add categorization support to profile-top script.
--HG--
extra : convert_revision : eaee8e5ee12b7cfcd77a65fa96d17c7019c94089
2004-11-17 00:04:01 -05:00
Lisa Hsu 62ee766e50 Merge zizzer:/bk/m5 into zed.eecs.umich.edu:/z/hsul/work/m5
--HG--
extra : convert_revision : 3ad33afea5aebe67816f7d4e6b24a43636316ffa
2004-11-17 00:04:00 -05:00
Nathan Binkert ee962a6b0b Fix some commands.
util/stats/stats.py:
    we only need the system if we're issuing one of the commands that
    uses a stored formula.

--HG--
extra : convert_revision : d129a00eeba46a03f7d600922d679aa0f43636be
2004-11-17 00:03:59 -05:00
Nathan Binkert f427445753 Merge zizzer.eecs.umich.edu:/bk/m5
into ziff.eecs.umich.edu:/z/binkertn/research/m5/latest

--HG--
extra : convert_revision : 00c450b42a18d645cc9029e7ef56b4797b7308c5
2004-11-16 23:59:59 -05:00
Nathan Binkert a109296bde Fix a bug where we would improperly calculate if the FIFO was
full by adding a reserve feature to the packet fifo which allows
us to reserve space in the fifo if only part of a packet was
copied into the fifo.

dev/ns_gige.cc:
    use the new reserve feature in the fifo to properly determine
    when we're full.  assert that adding a packet to the fifo suceeds.
dev/pktfifo.hh:
    add the ability to reserve space in the fifo.  This is useful for
    partial writing of packets into the fifo.

--HG--
extra : convert_revision : 83f871f34fac237bb464c9513cf6490b5c62420e
2004-11-16 23:59:51 -05:00
Lisa Hsu 95ce45ade9 nest the 2Int references inside #ifdefs so that the parser doesn't fart.
--HG--
extra : convert_revision : 0dbcefc327128674952782440639bac7b0b9e96e
2004-11-16 23:07:27 -05:00
Lisa Hsu 5331fd197b Merge zizzer:/bk/m5 into zed.eecs.umich.edu:/z/hsul/work/m5
--HG--
extra : convert_revision : b0a61f2238bc92fca6576aed42d10aa8071d3290
2004-11-16 23:00:27 -05:00
Lisa Hsu 87612a032c make spec-surge use the specweb fileset.
--HG--
extra : convert_revision : cc955b1c7a28cdcebc0b084b41f8fc52713e8d45
2004-11-16 23:00:19 -05:00
Ali Saidi 8de12dc09a merged noNAT and NFS small block changes
--HG--
extra : convert_revision : 81899edb511a4751e06e272451286a2176774860
2004-11-16 22:53:15 -05:00
Ali Saidi 8a2975074f Add nfs small block benchmark
--HG--
extra : convert_revision : 488fa56c49b97ea46fa85c5f820565debb324e39
2004-11-16 22:46:56 -05:00
Steve Reinhardt 8e85445f3d Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5
into zizzer.eecs.umich.edu:/z/stever/bk/m5

--HG--
extra : convert_revision : 3ddbfbc7ab9fdb15c35d86c27b3e23dd459028a8
2004-11-16 22:43:24 -05:00
Lisa Hsu 1d25eb4cbf Merge zizzer:/bk/m5 into zed.eecs.umich.edu:/z/hsul/work/m5
--HG--
extra : convert_revision : 6c02cd3a846edcb915ba5d243bb938a9cc42f154
2004-11-16 22:43:23 -05:00
Lisa Hsu 182425da82 add support for NAT under netperf stream, maerts, and spec-surge.
configs/boot/spec-surge-client.rcS:
configs/boot/surge-client.rcS:
    fix this rcS - don't sleep, instead wait for the server to tell you it's done.
configs/boot/spec-surge-server.rcS:
configs/boot/surge-server.rcS:
    notify the client you're done starting the server.

--HG--
extra : convert_revision : b708bd0a9147e248eed7c27e7078668fbd98b95e
2004-11-16 22:43:12 -05:00
Steve Reinhardt 2c5b0c544c Modest enhancement to profile-top script
--HG--
extra : convert_revision : 19986c011852577a6b5bb6bca59b35e07dc083c3
2004-11-16 22:42:33 -05:00
Ali Saidi 4dc89c2b0e Merge zizzer:/bk/m5 into zeep.eecs.umich.edu:/z/saidi/work/m5
--HG--
extra : convert_revision : f54eb63785cbf774461dcb0cb092742732dde23e
2004-11-16 22:09:28 -05:00
Nathan Binkert 33135a051a more ini fixing
--HG--
extra : convert_revision : 27e946a3e620e045ef6d6b001dd9b3daccfa147e
2004-11-16 22:09:27 -05:00
Ali Saidi 9f2df2d621 skip the nfs charecter by charecter and re-write stuff
configs/boot/nfs-client.rcS:
    skip the charecter and rewrite test

--HG--
extra : convert_revision : 2630e1f1a2a52a4e96a45e12769a94de28ad5c93
2004-11-16 21:59:12 -05:00
Steve Reinhardt 5c06abd58c Add simple python utility for parsing function
profile output.

--HG--
extra : convert_revision : 99e227830088a8db96e0e8fbe04cae49005bd43f
2004-11-16 17:23:54 -05:00
Steve Reinhardt 7ba82a9c43 Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5
into zizzer.eecs.umich.edu:/z/stever/bk/m5

--HG--
extra : convert_revision : bf821e90a6f15a69dfa46fe37f7ab586698cd0c0
2004-11-16 17:20:49 -05:00