Skip to content

No opportunity to append sim_option in test_case #687

@arnfol

Description

@arnfol

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions