python: Replace orderdict with collections.OrderedDict
authorAndreas Sandberg <andreas.sandberg@arm.com>
Tue, 12 Feb 2019 09:57:15 +0000 (09:57 +0000)
committerAndreas Sandberg <andreas.sandberg@arm.com>
Tue, 12 Feb 2019 16:44:21 +0000 (16:44 +0000)
commitbc42d2fa8bc7fc2bd610011993ac168e8f5f41d3
tree27fb9d9889a55c2fe43dd27610fa353bd4eea238
parent31dff7faa0a0be22e70376a49748cf4b8f1eb5f9
python: Replace orderdict with collections.OrderedDict

Python 2.7 and newer has support for ordered dictionaries in the
standard library. Remove this custom class.

Change-Id: I4b720405aa3c4ce8d5c0b401eefe744a85ac3a3e
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/c/16362
Reviewed-by: Giacomo Travaglini <giacomo.travaglini@arm.com>
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
src/mem/slicc/symbols/StateMachine.py
src/mem/slicc/symbols/Type.py
src/python/SConscript
src/python/m5/util/__init__.py
src/python/m5/util/orderdict.py [deleted file]
util/stats/profile.py