Results 57 issues of Carlos Alberto Ruiz Naranjo

``` localparam FIFO_DEPTH_BITS = $clog2(FIFO_QUEUE_DEPTH); ```

bug
documenter

![image](https://github.com/TerosTechnology/vscode-terosHDL/assets/5955143/a19eb1b4-4038-4c44-8565-2cd152536586)

enhancement
documenter

It would be nice if it's possible to configure to use a `.svls.toml` in home directory

Hi! I'm using the last version in the market. When the .toml project file is in the workspace root it works fine. But when I use the .toml file in...

Hello, is there a installation and use Readme? Thank you.

Hi! There are some things from vhdl20028 that would be interesting to add, such as the comment block. ```{vhdl} /* Block comment. */ ```

Is it possible to add a tooltip in the tree item? Similar to: ![imagen](https://github.com/vscode-elements/elements/assets/5955143/555eff66-7629-4cf5-81d3-4a4bf7a4d6dc)

How can I add rows to a table without to break the style? I have this table: ``` # Logic Levels Slack (ns) From Clock To Clock From To ```...

I would like use the LS in my extension. Currently I offer to the user different linter backend. Is it possible to disable the linter capabilities and only to have...

language-server

I have only one file that instances a module. But this module isn't in other file in my project. Should Verible LS show a syntax error? Because that module is...

language-server