Jakub Franek

Results 8 issues of Jakub Franek

Hello I am using vhdl-ls linter via TerosHDL integration in VS Code. I have a `vhld_ls.toml` file like this in the root of my repository: ``` [libraries] vunit_lib.files = ['.venv/Lib/site-packages/vunit/**/*.vhd']...

wontfix
FAQ

Hello, I am using the vhdl-ls linter as integrated inside TerosHDL extension in VS Code. I have a VHDL file, which I attach here: [clock_enable_generator.txt](https://github.com/user-attachments/files/18989684/clock_enable_generator.txt) (I had to change the...

enhancement
VHDL

**Describe the bug** I have an entity whose diagram in Module documentation is relatively wide, but looks fine there: ![Image](https://github.com/user-attachments/assets/a57aba43-af23-4d92-b429-a4e4ad65b0fd) When I export Markdown or SVG, the diagram is saved...

bug

**Describe the bug** Linting with VSG sometimes unexpectedly lints VHDL files which are not interacted with in any way for unknown reason, which typically reside in TerosHDL folder. This leads...

bug

**Describe the bug** I am having trouble setting up VUnit with TerosHDL. I have a run.py script, which contains this: ``` from vunit import VUnit vu = VUnit.from_argv(compile_builtins=False) vu.add_vhdl_builtins() lib...

bug
vunit

**Describe the bug** The following line is a PSL-style assert which is valid VHDL since version 2008 and runs fine in GHDL. `pulse_clk_count : assert always {reg_counter = COUNTER_MAX -...

bug
formatter

Hello, I installed `mingw-w64-x86_64-yosys` package from the `mingw-w64-x86_64-eda` package group via MSYS2 on my Windows 10 machine as recommended in the readme. When I try to show a schematic view...

**Environment** VHDL Style Guide (VSG) version: 3.30.0.post5+git.37d0bea7.dirty Windows 10 **Describe the bug** I have a file with port_011 violation at path `vivado/LED_blink/LED_blink.srcs/sources_1/new/top.vhd`. I want to supress this violation for all...

bug