ascii-vector-avc-0.1.0.0: Process Ascii Vectors for Advantest 93k

Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.Avc.Type

Synopsis

Documentation

data Signal Source

A Signal has a name

Constructors

Sig Name 
SigGroup Name 

Instances

data Comment Source

May be useful to keep vector comments

Constructors

Comment ByteString 
CNil 

Instances

data Statement Source

A statement is a "FORMAT a b c;" definition or a "RXX devcyc vecdata; comment"

Constructors

Repeat Rep DevCyc Vec Comment 
Format [Signal] Comment 
EOF