Issue Compiling VHDL with Internal Library References #1263
-
I'm having issues compiling VHDL files that use internal libraries. The compiler suggests using the -L option, but the way I'm using it doesn't seem to work. Could someone please guide me? Here’s the error I’m seeing: Any help would be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
If you compiled the |
Beta Was this translation helpful? Give feedback.
-
Thanks, Nick for your help. The following commands worked for me: nvc --work=test_lib -a mux.vhd Regarding the -L option, could you provide any example usage? Is it something like: |
Beta Was this translation helpful? Give feedback.
-
The |
Beta Was this translation helpful? Give feedback.
If you compiled the
test_lib
files withnvc --work=test_lib -a foo.vhd
you can use-L.
(i.e. search for the library in the current working directory).