Update buildroot short instruction count

This commit is contained in:
Jordan Carlin 2025-01-23 00:43:35 -08:00
parent aaaefbaf0d
commit c854da75f9
No known key found for this signature in database

View File

@ -39,7 +39,7 @@ tests = [
# Separate test for short buildroot run through OpenSBI UART output
tests_buildrootshort = [
["buildroot", ["buildroot"], [f"+INSTR_LIMIT=1400000"], # Instruction limit gets to first OpenSBI UART output
["buildroot", ["buildroot"], [f"+INSTR_LIMIT=1600000"], # Instruction limit gets to first OpenSBI UART output
"OpenSBI v", "buildroot_uart.out"]
]