config: Added missing types to JSON/INI Python reader
authorAndrew Bardsley <Andrew.Bardsley@arm.com>
Sun, 22 Nov 2015 10:10:21 +0000 (05:10 -0500)
committerAndrew Bardsley <Andrew.Bardsley@arm.com>
Sun, 22 Nov 2015 10:10:21 +0000 (05:10 -0500)
commit4375678a0d8429ee51882d328f851402b61d6ac5
treecbe5b044d9c13dfd27b59edf6778c0b97ba73e33
parent4596a33e10ebbab83d757c5c6a9efe9c299a7499
config: Added missing types to JSON/INI Python reader

Added the missing types EthernetAddr and Current to the JSON/INI file
reader example configs/example/read_config.py.

Also added __str__ to EthernetAddr to make values appear in the same form
in JSON an INI files.
configs/example/read_config.py
src/python/m5/params.py