We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29320b9 commit cb44ca6Copy full SHA for cb44ca6
scripts/opentitan/flashgen.py
@@ -570,6 +570,7 @@ def store_ot_files(self, otdescs: List[str]) -> None:
570
except ValueError as exc:
571
raise ValueError('Invalid address in OT descriptor') from exc
572
bank = address // self.BYTES_PER_BANK
573
+ address %= self.BYTES_PER_BANK
574
kind = 'rom_ext' if address < self.CHIP_ROM_EXT_SIZE_MAX else \
575
'bootloader'
576
self._log.info(
0 commit comments