Lines Matching full:cores
37 # for simulation targets we start cores in direct order
45 # with secondary cores startup - so we reverse start order
46 return mdb_runner.cores - 1 - id
84 if mdb_runner.cores == 1:
87 elif 1 < mdb_runner.cores <= 12:
89 for i in range(mdb_runner.cores):
106 raise ValueError(f'unsupported cores {mdb_runner.cores}')
114 def __init__(self, cfg, cores=1, nsim_args=''): argument
117 self.cores = int(cores)
136 parser.add_argument('--cores', default=1,
137 help='''choose the cores that target has, e.g.
138 --cores=1''')
149 cores=args.cores,
159 def __init__(self, cfg, cores=1, jtag='digilent', dig_device=''): argument
162 self.cores = int(cores)
185 parser.add_argument('--cores', default=1,
186 help='''choose the number of cores that target has,
187 e.g. --cores=1''')
197 cores=args.cores,