asciiwave icon indicating copy to clipboard operation
asciiwave copied to clipboard

Turn WaveDrom timing diagrams into ASCII art

Results 6 asciiwave issues
Sort by recently updated
recently updated
newest added

asciiwave behaviour does not match wavedrom when specifying high / low signals. E.g. running `$ ./asciiwave example/step7.json ` produces: ``` ┌─┐ ┌─┐ ┌─┐ ┌─┐ ┌─┐ clk : ┘ └─┘ └─┘...

Example step5.json works fine in the [official wavedrom editor](https://wavedrom.com/editor.html), but does not work in asciiwave. `$ ./asciiwave example/step5.json` produces: ``` Traceback (most recent call last): File "/home/nates/github/asciiwave/./asciiwave", line 305, in...

It might be personal preference, but I like that the names signal sections have top and bottom and that the continuations are shown with / rather than | (I personally...