parseVCDForKeys: Parse a VCDFile for a given list of sections This function is...

View source: R/parse.R

parseVCDForKeysR Documentation

Parse a VCDFile for a given list of sections This function is the main workhorse, delegating to speciaclised functions for parsing the individual fields. Altogether this implements a top-down parser for VCD files.

Description

Parse a VCDFile for a given list of sections This function is the main workhorse, delegating to speciaclised functions for parsing the individual fields. Altogether this implements a top-down parser for VCD files.

Usage

parseVCDForKeys(vcdfile, keys, header = F)

Arguments

vcdfile

The file to open.

keys

The keys to parse for. Given by the Verilog VCD spec.

header

If true only the header is parsed, otherwise the whole signal hierarchy is parsed

Value

An list containing the parse results for file.


wamserma/VCD2R documentation built on May 20, 2023, 11:17 p.m.