ghdl-language-server icon indicating copy to clipboard operation
ghdl-language-server copied to clipboard

Compatibility with std=19 ?

Open csantosb opened this issue 1 year ago • 2 comments

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.

csantosb avatar Feb 01 '24 14:02 csantosb

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

tgingold avatar Feb 01 '24 17:02 tgingold

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

You can see an example here, including the project file and the logfile.

https://git.sr.ht/~csantosb/test-vhdl-2019

Is this expected behaviour ?

csantosb avatar Feb 02 '24 18:02 csantosb