Forum Discussion
Altera_Forum
Honored Contributor
11 years agoI made it work the "dumb" way:
>Include all altera_BFM libraries and use clauses for the testbench entity >Rename the conflicting signals (such as req_if) or functions in the BFMs files (altera_avalon_master_bfm_vhdl_*, etc) so the compiler will know exactly which one you're calling >Done It's a workaround, I still don't know why ModelSim won't allow me to restrain the use clauses to specific processes or to use the functions with the syntax library.package.function().