SimObject: make get_config_as_dict() tolerate undefined params
authorSteve Reinhardt <steve.reinhardt@amd.com>
Mon, 20 Feb 2012 16:11:14 +0000 (08:11 -0800)
committerSteve Reinhardt <steve.reinhardt@amd.com>
Mon, 20 Feb 2012 16:11:14 +0000 (08:11 -0800)
commite121708e08465344a2ab4df8f562159dffdf18d6
treef0d4e1272add19b6086d4e655c6b8442b4acc6d3
parent6cf9f182f678e4ddf2a2b98a5093a7418353217c
SimObject: make get_config_as_dict() tolerate undefined params

Without this patch, undefined params cause a cryptic KeyError
in multidict inside get_config_as_dict().  This patch lets
undefined params through get_config_as_dict() so they can
once again generate meaningful error messages later on in
the configuration process.
src/python/m5/SimObject.py