From 67115888c5dcb9d4987acd6d2daf58778ddf74b4 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Mon, 21 Dec 2015 15:36:05 +0100 Subject: [PATCH] parallel: Update input file location. --- decoder/test/parallel/test.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/decoder/test/parallel/test.conf b/decoder/test/parallel/test.conf index 35e9f60..e894ee2 100644 --- a/decoder/test/parallel/test.conf +++ b/decoder/test/parallel/test.conf @@ -1,19 +1,19 @@ test incremental_8ch_short_noclock protocol-decoder parallel channel d0=0 channel d1=1 channel d2=2 channel d3=3 channel d4=4 channel d5=5 channel d6=6 channel d7=7 - input demo/incremental_8ch_short.sr + input misc/demo/incremental_8ch_short.sr output parallel annotation match incremental_8ch_short_noclock.output test incremental_8ch_short_clock protocol-decoder parallel channel clk=0 channel d0=0 channel d1=1 channel d2=2 channel d3=3 channel d4=4 channel d5=5 channel d6=6 channel d7=7 - input demo/incremental_8ch_short.sr + input misc/demo/incremental_8ch_short.sr output parallel annotation match incremental_8ch_short_clock.output test incremental_8ch_long_noclock protocol-decoder parallel channel d0=0 channel d1=1 channel d2=2 channel d3=3 channel d4=4 channel d5=5 channel d6=6 channel d7=7 - input demo/incremental_8ch_long.sr + input misc/demo/incremental_8ch_long.sr output parallel annotation match incremental_8ch_long_noclock.output test incremental_8ch_long_clock protocol-decoder parallel channel clk=0 channel d0=0 channel d1=1 channel d2=2 channel d3=3 channel d4=4 channel d5=5 channel d6=6 channel d7=7 - input demo/incremental_8ch_long.sr + input misc/demo/incremental_8ch_long.sr output parallel annotation match incremental_8ch_long_clock.output -- 2.30.2