63a64
> from common import BPConfig
235a237,240
> if options.bp_type:
> bpClass = BPConfig.get(options.bp_type)
> system.cpu[i].branchPred = bpClass()
>