We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
こちらのプルリクエストで、VVMを別途ダウンロードできるようになりました!!
今のダウンロードだとvvmをダウンロードしようとするとコア本体がついてきます。 Python版などを使う時はコア本体が不要なので、それ以外だけをダウンロードできる機能があると便利かもです。
C++版以外を使う時に便利
単純にダウンロードにコア本体を除く引数をつければ良さそう。 引数名を何にするのかはちょっと議論の余地がありそう。(例えば--without-core?)
--without-core
The text was updated successfully, but these errors were encountered:
--only <TARGET>...
--exclude <TARGET>...
dlopen
LoadLibrary
Successfully merging a pull request may close this issue.
内容
こちらのプルリクエストで、VVMを別途ダウンロードできるようになりました!!
今のダウンロードだとvvmをダウンロードしようとするとコア本体がついてきます。
Python版などを使う時はコア本体が不要なので、それ以外だけをダウンロードできる機能があると便利かもです。
Pros 良くなる点
C++版以外を使う時に便利
Cons 悪くなる点
実現方法
単純にダウンロードにコア本体を除く引数をつければ良さそう。
引数名を何にするのかはちょっと議論の余地がありそう。(例えば
--without-core
?)その他
The text was updated successfully, but these errors were encountered: