Results 353 comments of Carlos Alberto Ruiz Naranjo

I'm sorry, I'm not Windows user.

Currently it's not possible. But your suggestion is very interesting I will take it in count

I have the same problem. GHDL version: ``` GHDL 1.0.0 (tarball) [Dunoon edition] Compiled with GNAT Version: 9.3.0 GCC back-end code generator Written by Tristan Gingold. Copyright (C) 2003 -...

What is the progress of this feature? Its really awesone! I would like to add it to my project. :)

I have a problem with signal names (right side in the graph). ![out](https://user-images.githubusercontent.com/5955143/133934651-d6d6e96f-229e-4057-af0d-cd391db36526.png) ``` { "hierarchy": { "enable": "all", "expandLevel": 0, "expandModules": { "types": [], "ids": [] }, "colour": ["#e9e9e9"]...

@umarcor thanks for the mention :) Currently in TerosHDL we use 2 parsers: tree-sitter-verilog (https://github.com/tree-sitter/tree-sitter-verilog) and tree-sitter-vhdl (https://github.com/alemuller/tree-sitter-vhdl). They don't use regex, they use tree-sitter (https://tree-sitter.github.io/tree-sitter/). Besides we have embedded...

Only one clarification, the command line documenter (https://github.com/TerosTechnology/colibri) is still beta. We could first to release a version and later to integrate it in Github Actions. What do you think?

Thanks @umarcor ! :D So is it not possible to extract the comments with pyGHDL.dom? That could be a problem, since we would need a double parser (for comments and...

What could be the best option to parse the comments and associate them to a VHDL tag? regex + pyVHDLModel line field?

Then you want to combine the colibri descriptions with ghdl-dom, right?