Hello,
I want to create a custom peripheral to use OLED on Zedboard. I reused this project: http://www.zedboard.org/node/511
This project uses the core "charLib" (files are already included in the project).
I do the following steps:
- in XPS, create a new IP, named "zedoled"
- change zedoled.vhd and user_logic.vhd with new connections to the other modules
- re-import my IP, including libraries (proc_common_..., axi_lite_ipif_...) and all VHDL files
- add my IP to my design
- Ports: connect to external port
- go back to PlanAhead, create Top Hdl and create ucf file
- generate bitstream
The problem: Synthesis is OK, but during Implementation, the module charLib cannot be resolved, even so this module is described in charLib.vhd that I included when re-importing my IP.
It 's strange because all other modules are recognized successfully... I'm sure that names match correctly and I'm sure the file is including in the sources.