Skip to content

Commit ced95fc

Browse files
pamauryluismarques
authored andcommitted
[rom] document 64-bit division symbol check
Signed-off-by: Amaury Pouly <amaury.pouly@opentitan.org>
1 parent 19a6c46 commit ced95fc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • sw/device/silicon_creator/rom

sw/device/silicon_creator/rom/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ opentitan_binary(
240240
],
241241
)
242242

243+
# 64-bit division is forbidden in the ROM (or needs to use udiv64_slow)
243244
check_elf_symbols_test(
244245
name = "mask_rom_symbol_check",
245246
forbidden = [

0 commit comments

Comments
 (0)