-
Notifications
You must be signed in to change notification settings - Fork 290
Open
Labels
Milestone
Description
Hi!
I faced this problem while trying to add an additional string in "modelsim.vsim_flags" sim option in different test cases. Basically, I have a default configuration for my entire testbench with "modelsim.vsim_flags" set. In only one test in my tb, I wanted to add some configurations, and in each configuration add a new different argument to "modelsim.vsim_flags".
However, add_config method in Test does not have an overwrite argument, like set_sim_option. I was thinking about working directly with test configuration object, as it has set_sim_option method, but it does not support overwrite argument either.
Reactions are currently unavailable