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
Calling VCDrom('waveform1', 'name_of_vcd_file_on_server.vcd') fails without a bit of hand editing: the code in getReaders doesn't define ext. Adding ext: getExt(vcdPath), should fix the bug.
The text was updated successfully, but these errors were encountered:
Calling
VCDrom('waveform1', 'name_of_vcd_file_on_server.vcd')
fails without a bit of hand editing: the code in getReaders doesn't defineext
. Addingext: getExt(vcdPath),
should fix the bug.The text was updated successfully, but these errors were encountered: