GPL CVER VI
INTRODUCTION
This is a version of the GPL CVER modified to fix issues I found. This uses the code base from sourceforge 2.12a.
FIXES
I have made only one fix:
- The VPI callback is allowed to be deleted in the callback. CVER was trying to delete it again even if it was deleted before. This caused core dumps.
I have managed to build the native Windows app using mingw, but I don't remember if the original was able to do that already.
TODO:
- I was not able to patch the gtkwave patch for generating LXT files to work. If somebody has any success a patch would be appreciated.
- Arrays of instances are broken esp if the same module is instantated multiple times.
Any help appreciated!