asciidoctor / asciidoctor-diagram

:left_right_arrow: Asciidoctor diagram extension, with support for AsciiToSVG, BlockDiag (BlockDiag, SeqDiag, ActDiag, NwDiag), Ditaa, Erd, GraphViz, Mermaid, Msc, PlantUML, Shaape, SvgBob, Syntrax, UMLet, Vega, Vega-Lite and WaveDrom.
http://asciidoctor.org
MIT License
436 stars 106 forks source link

Adds support for Symbolator (https://kevinpt.github.io/symbolator/) #285

Closed gsmecher closed 4 years ago

gsmecher commented 4 years ago

This PR adds Symbolator support. Symbolator is a tool for automatically generating diagrams from VHDL/Verilog entities.

Lightly tested on Debian (bullseye). I am not a Ruby developer, but I have tried to bodge this together out of similar looking pieces. Please let me know if anything needs specific attention.

pepijnve commented 4 years ago

Thank you very much for the contribution. This looks like a great addition!