1.2.0 Pre-release #24
Replies: 2 comments 3 replies
-
Wow, vcd's now really load way faster, super nice!! The file seems to be valid, as it opens in gtkwave without any problems. I am running VScode Version 1.93.0 through WSL. Thank you for this extension and keep up the great work! |
Beta Was this translation helpful? Give feedback.
-
If you were able to load a VCD with the same setup, but not a FST, then that seems to indicate that it's not a WASM build issue. To isolate the problem, try loading the FST file into Surfer. Both of us use the same file parsing library. So if you also encounter an error with surfer, then you will have to file a bug report here. Mention that it breaks both in Surfer and Vaporview. But if it works in Sufer, then it's an issue with my code, and I'm more than happy to help debug! But let me know your findings either way! Regardless of where you report the bug, Can you also provide some additional information: How big is the FST file? Lastly, there are a bunch of example FST files in the fst-native repo (which is owned and maintained by the guy who owns the wellen library) and these files are known to work with wellen. If you have trouble opening these files with Vaporview, it's probably a bug in my code. |
Beta Was this translation helpful? Give feedback.
-
Features
Notes
In this version, I ripped out a lot of code, and replaced it with WASM code. It's much faster, but data structures have moved, and some features may have broken. I wanted to get this out for those of you really wanting to get your hands on a working version with proper FST support. I will be cleaning up a few things here and there, as well as implementing features from the latest version of wellen (that just released as I was putting this release together.)
Known issues
Special thanks to @ekiwi for all of the support with the wellen library!
As always, please let me know if you run into any other issues!
This discussion was created from the release 1.2.0 Pre-release.
Beta Was this translation helpful? Give feedback.
All reactions