Results 353 comments of Carlos Alberto Ruiz Naranjo

Thanks for the report! I will take a look to all the cocotb issues. But I'm working in other tasks. So maybe it will fixed after the summer.

Thanks for the long explanation!! Really this not a bug. A comment if associated to a port if it's inline or above the declaration. Here: ``` module test( //! @virtualbus...

You are right. Quite a while ago I made some changes, but honestly I don't remember them... I will check it and I will improve the documentation. It will take...

Could you check if you have the same problem in the beta version? https://github.com/TerosTechnology/vscode-terosHDL/releases/tag/V0.0.5

Could you explain the problem in more detail?

Currently when you add a EDAM file TerosHDL sets: file list, project name and top level. When you save a project as EDAM TerosHDL saves: file list, project name, top...

The configuration HTML page is built from a python script, so it's very easy to add new parameters: - Configuration declaration: https://github.com/TerosTechnology/vscode-terosHDL/blob/master/resources/project_manager/config_general.yml and https://github.com/TerosTechnology/vscode-terosHDL/blob/master/resources/project_manager/config_tool.yml - Python script: https://github.com/TerosTechnology/vscode-terosHDL/blob/master/resources/project_manager/generate_html.py - It's...

Yes, it happens in all the tools. I wi try to fix it I'm the next release.