pyvcd
pyvcd copied to clipboard
Python package for writing Value Change Dump (VCD) files.
When my input signals don't change the VCD file only shows time = 0 in GTKwaves. I attached 2 VCD files with 512 samples, one is incrementing from 100 to...
Hi, there is a question, How can I generate the clk signal by vcdWriter.change() which will change from 0 to 1 in a timestamp
Verilator spat out a VCD file with the variable type 'logic'. This one line addition allows me to read these VCD files and doesn't cause any failures in tests/*.py. I...
some var are declared like: $var integer 32 p&! varname [1423][SOMENAME][2] $end some scope are declared like: $scope begin scope_name(432) $end which is out of spec but seen in vcd...
When parsing a `$var` directive that both contains a square bracket as part of the identifier AND a bit index declared afterwards, pyvcd will fail to process it properly and...
I often use the gtkwave ```Edit->Combine Down (F4)``` function to collect related signals (like valid+data) and then apply a process or transaction filter to the resulting vector. Did I miss...
It seems pyvcd does not allow register var after time zero: ``` File "/usr/local/lib/python3.8/dist-packages/vcd/writer.py", line 214, in register_var raise VCDPhaseError('Cannot register after time 0.') vcd.writer.VCDPhaseError: Cannot register after time 0....
Hi all, I have used pyvcd in my env. It is very excellent. Verdi is my waveform tool. So I have to change vcd file to fsdb file. After convertion,...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @actions/artifact dependency by @bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...