Skip to content

Commit 3b138e2

Browse files
committed
[ot] .github/workflows: build_test.yaml: Ignore LC on EG smoketest
In the smoketest there is no loaded OTP, so the LC state will be RAW. This means it will not deliver a CPU_EN signal to Ibex to allow instruction execution, which is needed for the smoketest. Now that we do not enable this property by default, we should enable it here in the smoketest. Signed-off-by: Alex Jones <[email protected]>
1 parent 8d60cb6 commit 3b138e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@ jobs:
158158
- name: Check EarlGrey VM execution
159159
run: |
160160
timeout -s KILL 4 ./qemu-system-riscv32 -M ot-earlgrey,no_epmp_cfg=true -nographic \
161-
-object ot-rom_img,id=rom,file=exit_eg.bin -d in_asm,int
161+
-object ot-rom_img,id=rom,file=exit_eg.bin -global ot-ibex_wrapper.lc-ignore=on \
162+
-d in_asm,int
162163
- name: Check Darjeeling VM execution
163164
run: |
164165
timeout -s KILL 4 ./qemu-system-riscv32 -M ot-darjeeling,no_epmp_cfg=true -nographic \

0 commit comments

Comments
 (0)