Hi,
I’m trying to gather coverage results using Questa I can generate all the code coverage however I used to work with cadence tools and have a requirement of reaching a certain number of coverage as sign off criteria, unfortunately the sign off criteria use the categories of code coverage from IMC cadence which are : block, expression, FSM and toggle. While from the other hand Questa generate : block, expression, condition, Branch, FSM state and transition and last and not least toggle.
Right now I want to know if Visualizer has the capability to merge columns of code coverage? since based on my analysis expression in cadence tools is equivalent to expression, condition and branch.