zeeshanzia84
Full Member level 3
- Joined
- May 29, 2006
- Messages
- 166
- Helped
- 35
- Reputation
- 70
- Reaction score
- 17
- Trophy points
- 1,298
- Location
- Pakistan / Germany
- Activity points
- 2,680
error:hdlparsers:3317
Hello,
I am trying to use an IP core, for whom a configuration file is provided to me. Now this is a config.vhd file.....
The first two lines of this file are:
library techmap;
use techmap.gencomp.all;
I have ADDED all of the files in a techmap directory (all .vhd files) to my project. Still, at the time of synthesis it keeps showing me the following erorr.
ERROR:HDLParsers:3317 - "E:/Xilinx/leon31/pal/config.vhd" Line 17. Library techmap cannot be found.
ERROR:HDLParsers:3013 - "E:/Xilinx/leon31/pal/config.vhd" Line 18. Library techmap is not declared.
So, can somebody please tell me how I can add this library? What is the extension of the library file?
Thanks a lot in advance.
Hello,
I am trying to use an IP core, for whom a configuration file is provided to me. Now this is a config.vhd file.....
The first two lines of this file are:
library techmap;
use techmap.gencomp.all;
I have ADDED all of the files in a techmap directory (all .vhd files) to my project. Still, at the time of synthesis it keeps showing me the following erorr.
ERROR:HDLParsers:3317 - "E:/Xilinx/leon31/pal/config.vhd" Line 17. Library techmap cannot be found.
ERROR:HDLParsers:3013 - "E:/Xilinx/leon31/pal/config.vhd" Line 18. Library techmap is not declared.
So, can somebody please tell me how I can add this library? What is the extension of the library file?
Thanks a lot in advance.