| AR# |
30040 |
| Part |
EDK-Create Import Periph |
| Last Modified |
2008-07-30 00:00:00.0 |
| Status |
Active |
| Keywords |
Virtex-5, pcore |
Description
Keywords: Virtex-5, pcore
When I create a pcore using the Create/Import Peripheral Wizard in XPS, the resulting ISE project is empty. How do I obtain the files I need into my ISE project?
Solution
To create a proper ISE project, follow these steps:
1. Open your pcore's ISE project directory.
2. Open the <pcore_name>.cli file in a text editor.
3. Modify lines 2 - 5 to reflect the part that you targeted in XPS.
4. Save and close the <pcore_name>.cli file.
5. Open a command prompt in the pcore's ISE project directory.
6. At the prompt, execute "pjcli.bat -f <pcore_name>.cli".