Aliaksei Chapyzhenka
Aliaksei Chapyzhenka
_From [[email protected]](https://code.google.com/u/112117906073099522199/) on November 04, 2013 20:07:01_ Tool takes custom array of labels if it is bigger than 2 elements. So you can describe any sequence of labels with gaps...
:confused: will take a look.
Step 7. of tutorial https://wavedrom.com/tutorial.html describes "config" parameters.
It should more like: ```json { "reg": [ {"name": "DATA", "bits": 8, "attr": "RO", "description": "The next byte of SETUP data" } ] } ```
Good idea. We should be able to check WaveJSON schema https://github.com/wavedrom/schema before trying to render.
I don't have such description, but PR is welcome
Hi @adrienkohlbecker thank you for Interesting Idea. It might make sense to repeat any character not only `.` for example: ``` 0=(5)0 --> 0=====0 p(5) --> ppppp 1.(5) --> 1........
Hi @adrienkohlbecker I see more context now. Could you file Feature request (in issues) separate from this PR, explain you rationale. This feature touches wide scope, and needs a broader...
_From [[email protected]](https://code.google.com/u/102864565565883501279/) on August 05, 2013 18:05:55_ This is a great idea! Support for sin(), cos() and exp() would be great!
_From [[email protected]](https://code.google.com/u/112117906073099522199/) on August 10, 2013 20:51:03_ Do you have specific semantic (or syntax) that would make adding sin() cos() easy?