Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No compiler flags applied even though hdl_checker.config exists #96

Open
JDuchniewicz opened this issue Sep 17, 2021 · 0 comments
Open

Comments

@JDuchniewicz
Copy link

Having a very simple .hdl_checker.config with just:

{
    "vhdl": {
        "flags": {
            "global": ["--std=08"]
        }
    }
}

yields no application of 2008 VHDL standard when I run vim in the directory on a VHDL source file. The expected result is to have the VHDL 2008 syntax rules applied. When I run ghdl analyze --std=08 ALU.vhd I obtain correct output and no errors due to unknown(2008) syntax.

  • Output of hdl_checker -V: 0.7.4
  • Python version used: Python 3.9.7
  • OS: Arch Linux x86
    • ghdl --version:
GHDL 1.0.0 (tarball) [Dunoon edition]
 Compiled with GNAT Version: 11.1.0
 GCC back-end code generator
Written by Tristan Gingold.

Copyright (C) 2003 - 2021 Tristan Gingold.
GHDL is free software, covered by the GNU General Public License.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant