29c29
< from m5.objects.params import *
---
> from m5.internal import params
38c38
< if module.startswith('m5.objects.') and module != 'm5.objects.params':
---
> if module.startswith('m5.objects.'):