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

Regression: Exception when creating VUnit instance when no simulator is installed #129

Closed
joshrsmith opened this issue Feb 20, 2016 · 0 comments

Comments

@joshrsmith
Copy link
Contributor

Checking for the simulator being installed should be delayed until the simulator is actually needed. I am guessing that there is some coupling between detection of what simulator is available and the UI/arguments that are supported relating to that simulator.

For example, if you simply wanted to create a VUnit project: prj = VUnit.from_argv() -- why do you need to have a supported simulator installed?

I believe there is a regression introduced in cc534bd. This issue was originally fixed in 4bbd629, related to #67

Similarly -- It might be nice to also have a command line argument which can ignore that a supported simulator has not been detected.

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

1 participant