summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-11-18always initalize the size of a packet (forgotten on checkpointsNathan Binkert
in some places). use the constructor for setting the size. --HG-- extra : convert_revision : fad322c1d45b1952804cf35942b5685d70128e59
2004-11-18fixup natbox configurationNathan Binkert
--HG-- extra : convert_revision : 9744ff67691f6a8fd7c20f1b84d899acdfcd1cf8
2004-11-18stats python fixes for dealing with vectors better. graph tweakingNathan Binkert
ipkb stat and formulas from the command line. util/stats/info.py: no need to raise an attribute error if two values aren't found in the exact same set of runs. Would be good to check that each run is the same though. util/stats/stats.py: more graph tweaking command to execute a formula from the command line. add interrupts per kilobyte of data --HG-- extra : convert_revision : 78d6b14d340d08edcbc69e4c1c5a4c1dd9bb10dd
2004-11-18add a no touch stream benchmark clean up a littleNathan Binkert
--HG-- extra : convert_revision : 41ff3dc85492e1d57fc30389f923d564156b4237
2004-11-18Change so second CPU on sampler is a simpleCPURon Dreslinski
--HG-- extra : convert_revision : 530d463e5356cd67cec6b4529867909006336454
2004-11-18Add statistics to MSHR about the number of uncacheable accesses that occurRon Dreslinski
//Still need to add similar stats to the cache --HG-- extra : convert_revision : e7719c12b67d977e017ea7caf29a3fc8b1003a6f
2004-11-18typoRon Dreslinski
--HG-- extra : convert_revision : 7759b0b079160ea3c2e0560a5eabfd3b34d241e0
2004-11-18Don't Count uncacheables as missesRon Dreslinski
--HG-- extra : convert_revision : c1d7c6d61ab9cd39f192e14da18720000c440e77
2004-11-18Merge zizzer:/bk/m5 into zed.eecs.umich.edu:/z/hsul/work/m5Lisa Hsu
--HG-- extra : convert_revision : 709355b794095ff656ea5bd81041b4138fc5c51d
2004-11-18change the configs for nat so that each ethernet device has it's own ↵Lisa Hsu
interrupt line. --HG-- extra : convert_revision : 940c937459452aed6677114337c9e6e2249da479
2004-11-18back out ron's memory system changes because they break dmaNathan Binkert
--HG-- extra : convert_revision : 3e0af11cd9dc97743f288cee5248fa44013baddd
2004-11-18Merge zizzer.eecs.umich.edu:/bk/m5Nathan Binkert
into ziff.eecs.umich.edu:/z/binkertn/research/m5/latest --HG-- extra : convert_revision : a8a8e26bda81546b4de45983e99e57e24ddf8567
2004-11-18undo simple CPU changesNathan Binkert
--HG-- extra : convert_revision : dce0d9f7d34243899f699488c6534fb1ccea4849
2004-11-18Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5Nathan Binkert
into zizzer.eecs.umich.edu:/.automount/ziff/z/binkertn/research/m5/latest --HG-- extra : convert_revision : 76698abf91aa5b1871663830da5349a6a113dbb3
2004-11-17Fix typos about cpu3, should have been cpu2Ron Dreslinski
--HG-- extra : convert_revision : f5a188c50608809f8234a78cbfbf49c6e95b1c98
2004-11-17Merge zizzer:/z/m5/Bitkeeper/m5Ron Dreslinski
into zazzer.eecs.umich.edu:/z/rdreslin/m5bk/clean --HG-- extra : convert_revision : e3bce987a3c33d8c5da9a9ab0458f153a56ba73f
2004-11-17Changes to use siinic:Ron Dreslinski
Changed SimpleCPU to not due functional access until the cache returns Updated config file to use a simple cpu for second cpu in dual mode. cpu/simple_cpu/simple_cpu.cc: cpu/simple_cpu/simple_cpu.hh: Update cache completion event to perform the functional read upon completion --HG-- extra : convert_revision : 7a5b318d2040580fae92c165611425f513b14be9
2004-11-17Merge zizzer.eecs.umich.edu:/bk/m5Nathan Binkert
into ziff.eecs.umich.edu:/z/binkertn/research/m5/latest --HG-- extra : convert_revision : 46a0ce7e098bab38b0df8d86e37dd16936c6eeb7
2004-11-17Move labels down slightly so they don't write over bottom of graphAli Saidi
--HG-- extra : convert_revision : 9a7b821bbf21a02ba437da915c12b25d03f85512
2004-11-17Merge zizzer.eecs.umich.edu:/bk/m5Nathan Binkert
into ziff.eecs.umich.edu:/z/binkertn/research/m5/latest --HG-- extra : convert_revision : e1a178b33e9de6a6a04d4967b1abe9cc7fddcea3
2004-11-17Merge zizzer:/bk/m5 into zeep.eecs.umich.edu:/z/saidi/work/m5Ali Saidi
--HG-- extra : convert_revision : 950a2d6e131378be0af4ba76664a42235579bc75
2004-11-17fixed swap disk, now it doesn't have a partition tableAli Saidi
--HG-- extra : convert_revision : a2b6ddd25e179b830dd58a1940ca8e1f20684b2e
2004-11-17Reduce the amount of time we delay when dumping a checkpoint forNathan Binkert
netperf runs configs/boot/nat-netperf-maerts-client.rcS: configs/boot/nat-netperf-stream-client.rcS: configs/boot/netperf-maerts-client.rcS: configs/boot/netperf-rr.rcS: configs/boot/netperf-stream-client.rcS: dont' delay for so long when dumping a checkpoint --HG-- extra : convert_revision : 25f35957ceef3f55c6edb77fa07be0044de5ec36
2004-11-17Merge zizzer:/bk/m5 into zed.eecs.umich.edu:/z/hsul/work/m5Lisa Hsu
--HG-- extra : convert_revision : 720fb90b6dd33a704697cd9219463ef9d6115313
2004-11-17nat.ini:Lisa Hsu
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-17Merge zizzer.eecs.umich.edu:/bk/m5Nathan Binkert
into ziff.eecs.umich.edu:/z/binkertn/research/m5/latest --HG-- extra : convert_revision : bc9d5460bc3b5aed0f1bf0e4aa6d5aed06598e74
2004-11-17serialization fix for the NS GigE driverNathan Binkert
dev/ns_gige.cc: We need to serialize the rxFragPtr --HG-- extra : convert_revision : 1f68c9d7ae2dbeea69e60d988ea6392622104f52
2004-11-17Merge zizzer:/z/m5/Bitkeeper/m5Ron Dreslinski
into zazzer.eecs.umich.edu:/z/rdreslin/m5bk/clean --HG-- extra : convert_revision : f6b12361683f1e5b423f83f2bd2b7b647861c310
2004-11-17Enalbe the exclusive state to work. Now coherence works with MOSI and MOESI ↵Ron Dreslinski
(using upgrades) with a non-atomic bus on the top level of caches. --HG-- extra : convert_revision : dc9c2d72af062c8064b7447ad61d4ce37733a994
2004-11-17Add the boot scripts for nfs tcpAli Saidi
--HG-- extra : convert_revision : 74625c44f2f7c9bcdc2718bbee891ea112f07583
2004-11-17Merge zizzer:/bk/m5 into zeep.eecs.umich.edu:/z/saidi/work/m5Ali Saidi
--HG-- extra : convert_revision : 01fd8e27b9e428d7549192d6fc0f14d00888dad5
2004-11-17Merge zizzer:/z/m5/Bitkeeper/m5Ron Dreslinski
into zazzer.eecs.umich.edu:/z/rdreslin/m5bk/clean --HG-- extra : convert_revision : 5a4e20fdcb767687253fd462323084e0647b746a
2004-11-17Add to the config files a two cpu version, fix error in unblocking code from ↵Ron Dreslinski
the bus --HG-- extra : convert_revision : 507bc441076bb3f70aa36dca1f0a63cb7364f0b4
2004-11-17nfs tcp configsAli Saidi
--HG-- extra : convert_revision : 4ab87abc096506ee318a38602c32288c751dbd3c
2004-11-17Merge zizzer.eecs.umich.edu:/bk/m5Nathan Binkert
into ziff.eecs.umich.edu:/z/binkertn/research/m5/latest --HG-- extra : convert_revision : e519436a2969406cacf13b62227d897eb03d5ba2
2004-11-17fix sinic unserializationNathan Binkert
dev/sinic.cc: we only use one address range in the sinic --HG-- extra : convert_revision : daa730a34ac9c9264060431556a1c5caa3252c5e
2004-11-17Temporary fixes so that upgrades and writebacks function properly with ↵Ron Dreslinski
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-17make fixes for NAT on the non-standard memory configurations. also ↵Lisa Hsu
configure 2nd etherdevs. --HG-- extra : convert_revision : 08098a93ea16c09aa78590f708cafb53b1e1399e
2004-11-17Merge zizzer:/z/m5/Bitkeeper/m5Ron Dreslinski
into zazzer.eecs.umich.edu:/z/rdreslin/m5bk/clean --HG-- extra : convert_revision : a64b84993c8852b19b1572c6913bf3dc6f6fc249
2004-11-17Remove a hack placed in to work with an unimplemented mem-tester forcing theRon Dreslinski
mshr to satisfy targets in order even if they can be satisfied early. --HG-- extra : convert_revision : 2590d0ae4d0ae29257c58c66503864fa218ba8de
2004-11-17Merge zizzer:/bk/m5 into zeep.eecs.umich.edu:/z/saidi/work/m5Ali Saidi
--HG-- extra : convert_revision : 54dffc643884e98bf0a362ed848da73d2527cbc3
2004-11-17added categories for all symbolsAli Saidi
nate made the matching a much much much faster --HG-- extra : convert_revision : e3da92ead971628b0acf133cedf601c0d71b8f0d
2004-11-17tweak ini filesNathan Binkert
--HG-- extra : convert_revision : 6fb96ad5ad83c2bc5f55838ea9be4c67a821c896
2004-11-17Merge zizzer:/bk/m5 into zeep.eecs.umich.edu:/z/saidi/work/m5Ali Saidi
--HG-- extra : convert_revision : 2d017be1a4ce42ffcef3176638afd2ff55675d8c
2004-11-17added small block nfs scriptAli Saidi
--HG-- extra : convert_revision : 1fab69c3ccda27cab2cec1375bc1bd02b2b8f156
2004-11-17Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5Steve Reinhardt
into zizzer.eecs.umich.edu:/z/stever/bk/m5 --HG-- extra : convert_revision : 7706acd42ffa2ef91b14ff61b97b1256db13a8e7
2004-11-17properly implement the fifo _reserved stuff.Nathan Binkert
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-17Add chart data output option to profile-top.Steve Reinhardt
--HG-- extra : convert_revision : 1aa2435eb0771c1d46100700364b2d4dbff27a05
2004-11-17initialize _reservedNathan Binkert
--HG-- extra : convert_revision : a0f98c135734602b1d4b0890d8ff8cecc0e42f88
2004-11-17Add categorization support to profile-top script.Steve Reinhardt
--HG-- extra : convert_revision : eaee8e5ee12b7cfcd77a65fa96d17c7019c94089