favorart / vcd-writer

port from python to C++ PyVCD lib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

code have a bug, can't write expectation vcd file. could you repair it?

wind1206 opened this issue · comments

$timescale 1 ns $end
$date 2022-04-15 16:27:56 $end
$scope module a $end
$scope module b $end
$scope module c $end
$var integer 8 0 counter $end
$upscope $end
$upscope $end
$upscope $end
$enddefinitions $end
#0
$dumpvars
b0000
$end

image

Hello, what code did you used to generate such a file? I'll try to fix this

Thank you for your feedback. I fixed bug