vcd icon indicating copy to clipboard operation
vcd copied to clipboard

VCD file (Value Change Dump) command line viewer

Results 4 vcd issues
Sort by recently updated
recently updated
newest added

Hi, nice work. I was trying to display a vcd file which is output from a SystemC execution. It didn`t and shows the message: Fatal error. Send the VCD on...

Complete rewrite of the VCD viewer in Zig, replacing the C implementation. ## Changes - **Core implementation** (`vcd.zig`): Direct port of C parsing and formatting logic using Zig's standard library...