Skip to content

Support new questa.ini and -ini argument to vsim#53

Open
svn-inventas wants to merge 1 commit into
HDLUtils:mainfrom
svn-inventas:questa_ini_support
Open

Support new questa.ini and -ini argument to vsim#53
svn-inventas wants to merge 1 commit into
HDLUtils:mainfrom
svn-inventas:questa_ini_support

Conversation

@svn-inventas

Copy link
Copy Markdown

Newer versions of Questasim create questa.ini instead of modelsim.ini. And if you use the -modelsimini option with newer versions of Questasim it will warn you that this option is deprecated and that -ini should be used instead.

The changes in this PR addresses both issues:

  • We look for both questa.ini and modelsim.ini now
  • If we have found questa.ini then we will use the -ini option instead of -modelsimini

This way we should maintain backwards compatibility with Questa/modelsim versions that use modelsim.ini and -modelsimini while supporting the new questa.ini and -ini options for newer versions of Questasim. An assumption that is made is that a Questa version that creates questa.ini also supports the -ini option. But that seems like a pretty safe assumption to make.

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

Successfully merging this pull request may close these issues.

1 participant