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

Compatibility with std=19 ? #175

Open
csantosb opened this issue Feb 1, 2024 · 2 comments
Open

Compatibility with std=19 ? #175

csantosb opened this issue Feb 1, 2024 · 2 comments

Comments

@csantosb
Copy link
Contributor

csantosb commented Feb 1, 2024

Is ghdl-ls compatible with option std=19 ? No matter which vhd file I use, the config file

    {"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.

@tgingold
Copy link
Member

tgingold commented Feb 1, 2024

What is the error ? But you need --std=19. The libraries are not yet compiled, but this is planned for this year.

@csantosb
Copy link
Contributor Author

csantosb commented Feb 2, 2024 via email

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

2 participants