In reply to chr_sue:
I don’t understand how your answer relates to my questions…?
the pkg is already included:
`include “my_testbench_pkg.svh”
isn’t this enough? why should I also import it inside the testbench module if no one is using it there?
(I have a thought maybe it relates to some compiler optimization? maybe without the import the compiler thinks no one is using those classes so he through them away…?)