You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed the limit on the number of traces in dumpVCD (#3083)
`dumpVCD` was limited to 93 traces, because it could only generate
single character trace identifier codes. The codes are now generated ad
infinitum, and the restriction has been removed.
Additionally, single bit traces were logged with an extra newline,
causing empty lines in the VCD. This has been removed as well.
Fixes: #3082
FIXED: Removed the limit on the number of traces in `dumpVCD`. Also removed unnecessary double newlines after 1-bit signals. [#3082](https://github.com/clash-lang/clash-compiler/issues/3082)
0 commit comments