gem5/src
Anthony Gutierrez 3956ec0a89 base: fix some bugs in EthAddr
per the IEEE 802 spec:
1) fixed broadcast() to ensure that all bytes are equal to 0xff.
2) fixed unicast() to ensure that bit 0 of the first byte is equal to 0
3) fixed multicast() to ensure that bit 0 of the first byte is equal to 1, and
   that it is not a broadcast.

also the constructors in EthAddr are fixed so that all bytes of data are
initialized.
2014-07-02 13:19:13 -04:00
..
arch power: Add basic DVFS support for gem5 2014-06-30 13:56:06 -04:00
base base: fix some bugs in EthAddr 2014-07-02 13:19:13 -04:00
cpu cpu: implement a bi-mode branch predictor 2014-06-30 13:50:03 -04:00
dev dev: Set HDLCD default pixel clock for 1080p @ 60Hz 2014-05-09 18:58:46 -04:00
doc MEM: Put memory system document into doxygen 2012-09-25 11:49:41 -05:00
doxygen MEM: Put memory system document into doxygen 2012-09-25 11:49:41 -05:00
kern sim: Add openat/fstatat syscalls and fix mremap 2014-01-24 15:29:30 -06:00
mem mem: DRAMPower trace output 2014-06-30 13:56:03 -04:00
proto mem: Edit proto Packet and enhance the python script 2014-03-07 15:56:23 -05:00
python cpu: Add flag name printing to StaticInst 2014-05-09 18:58:47 -04:00
sim util: Add DVFS perfLevel to checkpoint upgrade script 2014-07-01 11:58:22 -04:00
unittest unittest: Fix build errors 2014-01-30 12:21:58 -06:00
Doxyfile Doxygen: Update the version of the Doxyfile 2012-10-11 06:38:42 -04:00
SConscript scons: Bump the compiler version to gcc 4.6 and clang 3.0 2014-06-10 17:44:39 -04:00