Skip to content

Usage section missing details #63

@dstadelm

Description

@dstadelm

I'm very interested in ghdl_ls there are however some starting hurdles that I've got to overcome.

1. How does a project have to be setup for multiple libraries (not only work). Multiple sections?

{
    "options": {
        "ghdl_analysis": [
            "--workdir=lib1",
            "--ieee=synopsys",
            "-fexplicit"
        ]
    },
    "files": [
...
    ]
}
{
    "options": {
        "ghdl_analysis": [
            "--workdir=lib2",
            "--ieee=synopsys",
            "-fexplicit"
        ]
    },
    "files": [
...
    ]
}

2. Can patterns be used for "files"?

    "files": [
        { "file": "rtl/**/hdl/*.vhd",           "language": "vhdl" },
        { "file": "assembly/core_fpga.vhd", "language": "vhdl" },
        { "file": "sim/tb_core.vhd",        "language": "vhdl" }
    ]

3. What alternatives to "vhdl" are there for "language", doesn't ghdl only support vhdl anyway?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions