sphinxcontrib-hdl-diagrams icon indicating copy to clipboard operation
sphinxcontrib-hdl-diagrams copied to clipboard

Sphinx Extension which generates various types of diagrams from Verilog code.

Results 12 sphinxcontrib-hdl-diagrams issues
Sort by recently updated
recently updated
newest added

There appears to be some problem with the dependency tracking. The workaround is to delete the build folder. There is some dependency code, but I can't seem to get it...

This was significantly more painful than I had expected, but I got something. In this PR, 5 modifications are contributed: - A CI workflow named MSYS2. - netlistsvg is installed...

This commit adds the next job to Travis CI, which produces the HTMLs of all the tests and deploys them to GitHub pages.

After fixing the issue around `yosys` no longer being found in the symbiflow conda channel the next error seems to be; ``` Ran pip subprocess with arguments: [u'/home/docs/checkouts/readthedocs.org/user_builds/sphinxcontrib-hdl-diagrams/conda/84/bin/python', '-m', 'pip',...

``` Diagram ------- .. hdl-diagram:: fiddlybob.v :type: netlistsvg :module: fiddlybob ``` fiddlybob.v: ``` module fiddlybob( input thistextiscropped, input moretextthatiscropped, input moretextthatiscroppedNot, output evenmoretextthatiscropped, output [63:0] ididnotexpectthistexttobecropped, ); wire _evenmoretextthatiscropped_T_2 =...

Currently only a single source file can be selected. It would be useful to have support for multiple source files. Like: ``` .. hdl-diagram:: file.v file2.v file3.v :type: XXXXX :module:...

Using GHDL as a frontend for Yosys allows synthesising VHDL, Verilog and/or mixed language designs. See https://im-tomu.github.io/fomu-workshop/mixed-hdl.html. It'd be interesting to test whether this extension supports those cases, and to...

Good example of using this library is the https://github.com/SymbiFlow/python-symbiflow-v2x/tree/master/docs repository.

documentation