ghdl-language-server
ghdl-language-server copied to clipboard
Compatibility with std=19 ?
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.
What is the error ? But you need --std=19. The libraries are not yet compiled, but this is planned for this year.
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 ?