plugin:wavedrom
Table of Contents
wavedrom Plugin
Compatible with DokuWiki
!Hogfather
Installation
Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.
Examples/Usage
<wavedrom>
{ "signal" : [
{ "name": "clk", "wave": "p.....|..." },
{ "name": "Data", "wave": "x.345x|=.x", "data": ["head", "body", "tail", "data"] },
{ "name": "Request", "wave": "0.1..0|1.0" },
{},
{ "name": "Acknowledge", "wave": "1.....|01." }
]}
</wavedrom>
The output is as snapshot above.
Syntax
Basic syntax:
<wavedrom>...</wavedrom>
- ... wavedrom flowchart definition, which should follow grammar in wavedrom.com.
Configuration and Settings
Change Log
- 2018-07-01
- Initial release
plugin/wavedrom.txt · Last modified: by ezeller


