Skip to content

Commit b86012e

Browse files
committed
[sim] adjust number of test cases
1 parent f616f21 commit b86012e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sim/neorv32_vuinit_tb.vhd

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ begin
157157
if ci_mode then
158158
-- No need to send the full expectation in one big chunk
159159
check_uart(net, uart1_rx_handle, nul & nul);
160-
check_uart(net, uart1_rx_handle, "0/57" & cr & lf);
160+
check_uart(net, uart1_rx_handle, "0/55" & cr & lf);
161161
end if;
162162

163163
-- Wait until all expected data has been received

0 commit comments

Comments
 (0)