symbolator icon indicating copy to clipboard operation
symbolator copied to clipboard

HDL symbol generator

Results 16 symbolator issues
Sort by recently updated
recently updated
newest added

Symbolator is not working with Sphinx 4.x. ``` >>> import symbolator_sphinx Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python3.8/site-packages/symbolator_sphinx/__init__.py", line 1, in from .symbolator_sphinx import *...

Hello, do you think one day symbolator could be used to parse one or more VHDL files to generate a schematic of the instanced components/wires?

It looks like hdlparse learned how to be case insensitive for VHDL code in 2018 (https://github.com/kevinpt/hdlparse/commits/master/hdlparse/vhdl_parser.py), but this version hasn't yet made it out to PyPI (https://pypi.org/project/hdlparse/). Can you please...

Is symbolator properly supported for verilog? I got the following error when I ran it on a .v file. I have tried out multiple output formats etc. but no joy....

Hi, eager to try this tool but I can't get it to install. First of all it doesn't automatically install pycairo and pango dependencies? (hdlparse is installed fine though) Then,...

Currently the `--transparent/-t` command line argument does not do anything because it is not passed to the renderer.

I have spent days trying to figure out how to get this thing working. I have python 2 and python 3 installed on windows. I've also downloaded the latest GTK...

This PR adds 'power' to fixed-style section, as this is also quite common section name. Assigned colour is orange, but any other would be ok too if you find it...

Hello, I opened [this PR](https://github.com/kevinpt/hdlparse/pull/14) in the `hdlparse` project. This is a follow-up to include entity symbol generation. I'm no python developer so I'm not sure if the code is...

Hi, I want to generate a symbol from a simple VHDL file, but symbolator don't recognize the file or something else. [reset_generator.vhdl.txt](https://github.com/kevinpt/symbolator/files/1994729/reset_generator.vhdl.txt) I use symbolator 1.0.2 hdlpasrse 1.0.4