Lines Matching refs:format
30 "(will always burn 0->1), given value={}".format(
49 "New value required for efuse '{}' (given None)".format(
57 "(given value= {})".format(efuse.name, new_value)
62 "New value required for efuse '{}' (given None)".format(
69 "(given len of the new value= {} bits)".format(
75 "The '{}' type for the '{}' efuse is not supported yet.".format(
146 error_msg = "\t{} is read-protected.".format(self.name)
151 error_msg = "\t{} is write-protected. Burn is not possible.".format(
261 print("[{:02}] {:20} nothing to burn".format(self.id, self.name))
272 "[{:02}] {:20} is empty, will burn the new value".format(
281 "continue with EMPTY_BLOCK".format(self.id, self.name)
285 print("[{:02}] {:20} is not empty".format(self.id, self.name))
338 "The coding scheme ({}) is not supported".format(
355 "\twritten : {} ->\n\tto write: {}".format(self.get_bitstring(), data)
417 "Read back the burn value is not possible.".format(
426 "The {} is read-protected but not all '0' ({})".format(
447 "Burn {} ({}) was not successful".format(self.name, self.alias)
719 return BitArray(self.efuse_type + "={}".format(new_value))
722 "New value '{}' is not suitable for {} ({})".format(
737 "expected {} bits, was {} bits.".format(
745 error_msg = "\tThe same value for {} ".format(self.name)
750 error_msg = "\tThe same value for {} ".format(self.name)
760 error_msg += "(value will be {})".format(