Binding two parameterized modules

In reply to mseyunni:

Bind expects identifiers to be relative to the target of the bind, not where the bind statement is located. Try:

bind my_rtl my_cov #(.CFG(my_package::TB_CONFIG)) u_my_cov_inst(.*);