From e56d386c6187319c9d68496b71ff3338c9428d25 Mon Sep 17 00:00:00 2001 From: Gerhard Sittig Date: Tue, 6 Jun 2017 23:09:44 +0200 Subject: [PATCH] spi: Missing samplerate spec is not fatal Remove the "exception_samplerate" test for the SPI decoder. Lack of a samplerate specification only breaks the emission of the throughput annotations, but still allows decoding the clocked signal. --- decoder/test/spi/test.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/decoder/test/spi/test.conf b/decoder/test/spi/test.conf index 8e7b669..e604708 100644 --- a/decoder/test/spi/test.conf +++ b/decoder/test/spi/test.conf @@ -75,11 +75,6 @@ test 152bit_spi output spi binary class miso match 152bit_spi.bin_miso output spi binary class mosi match 152bit_spi.bin_mosi -test exception_samplerate - protocol-decoder spi - input misc/no-samplerate.sr - output spi exception match SamplerateError - test exception_channel protocol-decoder spi channel cs=1 channel clk=0 input spi/spi-count-msb.sr -- 2.30.2