31a32
> from m5.proxy import *
39c40
< numThreads = Param.Unsigned(1, "Number of threads")
---
> numThreads = Param.Unsigned(Parent.numThreads, "Number of threads")