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.
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_configmethod in Test does not have an overwrite argument, likeset_sim_option. I was thinking about working directly with test configuration object, as it hasset_sim_optionmethod, but it does not support overwrite argument either.