Guest
#5548614
Hello, I have a few packages that I have written like this:
1 | |
2 | |
3 | |
4 | |
5 | |
6 | |
7 | |
8 | |
9 | |
10 | |
11 | |
12 | |
13 | |
14 | |
15 | |
In the file using package C, the error I am getting is as follows: Error (10864): SystemVerilog error at C.sv(26): TMP was imported from multiple packages with ::* - none of the imported declarations are visible. Is this problem because I am importing A::* in both package A and package C? Any help to rsolve this is greatly appreciated. Thanks in Advance~ -- Nikhil Pratap