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

Usage section missing details #63

Open
dstadelm opened this issue Jul 3, 2020 · 1 comment
Open

Usage section missing details #63

dstadelm opened this issue Jul 3, 2020 · 1 comment

Comments

@dstadelm
Copy link

dstadelm commented Jul 3, 2020

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?

@tgingold
Copy link
Member

tgingold commented Jul 4, 2020 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