P
Pasacco
Guest
Hi
I have problem when I try to COMPILE / SYNTHESIZE bunch of VHDL source
files.
VHDL source files have hierarchical structure.
For example, top module calls sub-module using LIBRARY declaration.
--------------------------------------------------------------------------------------------
--- As an example
--- Name ls sub-module component : module_network
--- 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 synthesize the top module (in Xilinx ISE), the tool
responds with error message
"Library module_networklib not found"
This is expected, since I do not have "compiled library".
How can we create "compiled library" for sub-modules ?
Can we synthesize the top module, without having "compiled library"?
Thank you in advance for someone, who has this experience.
I have problem when I try to COMPILE / SYNTHESIZE bunch of VHDL source
files.
VHDL source files have hierarchical structure.
For example, top module calls sub-module using LIBRARY declaration.
--------------------------------------------------------------------------------------------
--- As an example
--- Name ls sub-module component : module_network
--- 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 synthesize the top module (in Xilinx ISE), the tool
responds with error message
"Library module_networklib not found"
This is expected, since I do not have "compiled library".
How can we create "compiled library" for sub-modules ?
Can we synthesize the top module, without having "compiled library"?
Thank you in advance for someone, who has this experience.