mirror of https://github.com/YosysHQ/yosys.git
The vcd writer incorrectly treated two scope vectors as the same, whenever they have the same length of entries and the last item matches. This is however not always true, for example consider a current_scope of ["top", "something0", "same"] and a scope of ["top", "something1", "same"] |
||
---|---|---|
.. | ||
runtime | ||
Makefile.inc | ||
cxxrtl_backend.cc |