]> sigrok.org Git - libsigrok.git/commit
input: vcd: try to continue when a vector was found
authorWolfram Sang <redacted>
Sat, 9 Jan 2016 17:27:14 +0000 (18:27 +0100)
committerUwe Hermann <redacted>
Thu, 28 Jan 2016 18:03:53 +0000 (19:03 +0100)
commit76bc28c3f1cbd88f01eda7251e9f4f1d88c506f2
tree6a84b546793a7c3f1fc61519f6afc4b5b61efa87
parent73f052d329574e6fa9fc8bebcc7682b120da5bab
input: vcd: try to continue when a vector was found

No need to bail out on vectors. As long as there are tokens left, we can
try to parse the rest. Also, print a message so the user knows what's
going on. Here is a testcase vcd:

$timescale 1 ns $end
$var wire 1 n0 addr_0 $end
$var wire 1 n1 addr_1 $end
$enddefinitions $end
#0
0n0
b1 n1
#1
1n0
b0 n1
#2
0n0
b1 n1

Signed-off-by: Wolfram Sang <redacted>
src/input/vcd.c