Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-20 | dev: Replace EventWrapper use with EventFunctionWrapper | Sean Wilson | |
Change-Id: I6b03cc6f67e76dffb79940431711ae6171901c6a Signed-off-by: Sean Wilson <spwilson2@wisc.edu> Reviewed-on: https://gem5-review.googlesource.com/3748 Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com> Maintainer: Andreas Sandberg <andreas.sandberg@arm.com> | |||
2016-06-08 | dist, dev: Fixed the packet ordering in etherswitch | Mohammad Alian | |
This patch fixes the order that packets gets pushed into the output fifo of etherswitch. If two packets arrive at the same tick to the etherswitch, we sort and push them based on their source port id. In dist-gem5 simulations, if there is no ordering inforced while two packets arrive at the same tick, it can lead to non-deterministic simulations Committed by Jason Lowe-Power <power.jg@gmail.com> | |||
2016-02-15 | misc: Add missing overrides to appease clang | Andreas Hansson | |
Since the last round of fixes a few new issues have snuck in. We should consider switching the regression runs to clang. | |||
2016-02-06 | dist, dev: add an ethernet switch model | Mohammad Alian | |