P
Pasacco
Hi
Hopefully I am allowed ask (kind of) MODELSIM tool problem
I have problem when I try to do COMPILE bunch of VHDL source files.
VHDL source files have hierarchical structure.
--------------------------------------------------------------------------------------------
--- For example, VHDL code looks like below
---
--- Name of LIBRARY of "module_network" : module_networklib
--- module_network_pkg : definition of component "module_network
---
LIBRARY module_networklib;
USE module_networklib.module_network_pkg.ALL;
--------------------------------------------------------------------------------------------
Problem is that
When I try to compile the module (in MODELSIM), the tool responds with
error message
Errorvom-19) Failed to access library 'module_networklib' at
"module_networklib"
This is obviously expected, since I do not have "compiled library".
I thought that MODELSIM automatically compiles and creates library.
How can we create "compiled library" for sub-modules ?
Thank you in advance for someone, who has this experience.
Hopefully I am allowed ask (kind of) MODELSIM tool problem
I have problem when I try to do COMPILE bunch of VHDL source files.
VHDL source files have hierarchical structure.
--------------------------------------------------------------------------------------------
--- For example, VHDL code looks like below
---
--- Name of LIBRARY of "module_network" : module_networklib
--- module_network_pkg : definition of component "module_network
---
LIBRARY module_networklib;
USE module_networklib.module_network_pkg.ALL;
--------------------------------------------------------------------------------------------
Problem is that
When I try to compile the module (in MODELSIM), the tool responds with
error message
Errorvom-19) Failed to access library 'module_networklib' at
"module_networklib"
This is obviously expected, since I do not have "compiled library".
I thought that MODELSIM automatically compiles and creates library.
How can we create "compiled library" for sub-modules ?
Thank you in advance for someone, who has this experience.