config: Fix an error message in Port.splice().
authorGabe Black <gabeblack@google.com>
Sat, 12 Jan 2019 01:00:38 +0000 (17:00 -0800)
committerGabe Black <gabeblack@google.com>
Mon, 14 Jan 2019 21:27:19 +0000 (21:27 +0000)
commit8dea46f92fb70ddb8a5be81b91027a21d5dc8433
tree972acfe6ff5b453c1f71fefa4f21038ec8652a73
parentad9a233ff9fdaadbbdebef32af242c8e3c05bfd4
config: Fix an error message in Port.splice().

That error message referenced non-existent variables which were likely
renamed without updating the error message.

Change-Id: I6878802ef4b83e3fdf75a860d848b8c5e2e8d6c0
Reviewed-on: https://gem5-review.googlesource.com/c/15515
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
src/python/m5/params.py