orsonmmz/vcdiff

expected $end token for section 'version'

Opened this issue · 1 comments

My file looks like this:

$version Generated by VerilatedVcd $end

I don't know why this happens, clearly there is an $end statement here.

Okay I found the root issue: the parser implicitly expected newlines between the keywords. The following file parses just fine.

$version
Generated by VerilatedVcd
$end