Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support wavedrom markdown in Veryl #597

Closed
saturn77 opened this issue Mar 26, 2024 · 1 comment · Fixed by #615
Closed

Support wavedrom markdown in Veryl #597

saturn77 opened this issue Mar 26, 2024 · 1 comment · Fixed by #615
Labels
tools Tools feature

Comments

@saturn77
Copy link

The Rust library mdbook-wavedrom allows for inserting wavedrom descriptions into document.

This is a feature request to support this crate with Veryl.

https://github.com/JasMoH/mdbook-wavedrom

So for example, inside of some comments within a module:

/*

{signal: [
  {name: 'clk', wave: 'p.....|...'},
  {name: 'dat', wave: 'x.345x|=.x', data: ['head', 'body', 'tail', 'data']},
  {name: 'req', wave: '0.1..0|1.0'},
  {},
  {name: 'ack', wave: '1.....|01.'}
]}

*/

Would have this image inserted into the html, upon running Veryl doc

image

@dalance dalance added the tools Tools feature label Mar 26, 2024
@dalance
Copy link
Collaborator

dalance commented Mar 29, 2024

I've implemented wavedrom integration.
It's very good feature!

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tools Tools feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants