]> sigrok.org Git - libsigrok.git/commit
input: vcd: support 1 bit vectors
authorWolfram Sang <redacted>
Sat, 9 Jan 2016 22:17:02 +0000 (23:17 +0100)
committerUwe Hermann <redacted>
Thu, 28 Jan 2016 18:03:53 +0000 (19:03 +0100)
commit34724ffa340b4df9706aa02d686563ed72b7840f
treeeb6e9041874bf3fcb292a340ce306d220541ba21
parent36dacf17bc5fe333c6557d073011e2033b6f544f
input: vcd: support 1 bit vectors

Use the new process_bit() function to parse 1 bit vectors, too.

This is the first step to fix bug #723. Minimal 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
#3
1n0
b0 n1

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