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

Return error with ModelSim Intel FPGA Edition 10.5b #10

Open
perdaculus opened this issue Apr 17, 2020 · 1 comment
Open

Return error with ModelSim Intel FPGA Edition 10.5b #10

perdaculus opened this issue Apr 17, 2020 · 1 comment

Comments

@perdaculus
Copy link

Not working with default arguments:

"vlog": {
            "args": ["-sv", "-lint", "-check_synthesis"],
            "working_dir": "$project_path/../sim"

Because:
** Error (suppressible): (vlog-1902) Option "-check_synthesis" is either unknown, requires an argument, or was given with a bad argument.

Moreover, if you do not specify library WORK, an error will be returned:
** Error: (vlog-66) Execution of vlib.exe failed. Please check the error log for more details.

I managed to run with such settings:

        "vlog": {
            "args": ["-sv", "-lint", "-work", "$project_path/work"],
            "working_dir": "$project_path"
        }
@perdaculus perdaculus changed the title Not working with ModelSim Intel FPGA Edition 10.5b Return error with ModelSim Intel FPGA Edition 10.5b Apr 17, 2020
@jevogel
Copy link
Owner

jevogel commented Apr 29, 2020

Thanks for documenting this issue. It's possible that my software had a default work library set and that could be why it didn't work. I have not tested this with the version you mentioned.

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