We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is ghdl-ls compatible with option std=19 ? No matter which vhd file I use, the config file
std=19
{"options": { "ghdl_analysis": [ "--workdir=work", "--ieee=standard", "--std=09"]}, "files": [ {"file": "src/ANY.vhd", "language": "vhdl", "library": "work"}]}
gives me an error. No problem with std=08, though.
std=08
The text was updated successfully, but these errors were encountered:
What is the error ? But you need --std=19. The libraries are not yet compiled, but this is planned for this year.
--std=19
Sorry, something went wrong.
No branches or pull requests
Is ghdl-ls compatible with option
std=19
? No matter which vhd file I use, the config filegives me an error. No problem with
std=08
, though.The text was updated successfully, but these errors were encountered: