Forum Discussion

JNika's avatar
JNika
Icon for New Contributor rankNew Contributor
7 years ago

Import Package error System Verilog

Hello, I have a few packages that I have written like this: package A; -- -- endpackage package B; import A::* --- -- endpackage package C; import A::*; import B::*; endpackage In th...