WojciechRynczuk / vcdMaker

A tool for converting text log files to the VCD format.
https://vcdmaker.org
MIT License
29 stars 2 forks source link

Handle X and Z signals #76

Open WojciechRynczuk opened 5 years ago

WojciechRynczuk commented 5 years ago

Users shall be able to provide "Don't care" X or "High-Impedance" Z signals.

How about adding VectorX and VectorZ signals to the structure? That would be backward compatible and wouldn't add too much overhead.

WojciechRynczuk commented 5 years ago

A vector could also allow for defining optional elements specifying 'X' or 'Z' signals.