vkc1020 Posted November 10, 2019 Report Share Posted November 10, 2019 Hi would like to call a UVM SystemC test inside another UVM systemC test. While doing so, I would like to pass a parameter to the first test so that it uses that value an accordingly runs the test, and if I do not so so, I would like it to take a default value and continue on with the build, run phase etc. Is it possible to do so ? If so how would I do it? Thank You Quote Link to comment Share on other sites More sharing options...
Bas Arts Posted November 11, 2019 Report Share Posted November 11, 2019 You could use an optional command line parameter to sc_main and propagate that to the "real" test. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.