Searched refs:refdiv_max (Results 1 – 1 of 1) sorted by relevance
11 refdiv_max = 63 variable14 if ((int(string) < refdiv_min) or (int(string) > refdiv_max)):15 raise ValueError("REFDIV must be in the range {} to {}".format(refdiv_min, refdiv_max))26 …k REFDIV to specified number in the range {} to {}".format(refdiv_min, refdiv_max), type=validRefd…31 refdiv_range = range(refdiv_min, max(refdiv_min, min(refdiv_max, int(args.input / args.ref_min))) +…