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
Is this supported by the official wavedrom project? If not, would you suggest converting the yaml format to json and then passing it on to wavedrom or wavedrom-py?
Is this supported by the official wavedrom project?
To my mind wavedrom just uses json as an example, there are any number of ways to represent that datamodel. json, yaml, xml(shudder), TOML(from rust)...
If not, would you suggest converting the yaml format to json and then passing it on to wavedrom or wavedrom-py?
Yes.
However, first I want to try some bigger examples in yaml and see if I still like it :-)
It would be simple to support both. Would such a PR be considered?
yaml and json are equivalent, but I find yaml can be easier on the eye:
vs
The text was updated successfully, but these errors were encountered: