Forum Discussion
Hi there,
The block symbol file from Platform Designer will show the connection of your system only. If you want to view the block symbol of the customization IP, you can create it in the Quartus.
Thanks,
Ean
Hi there,
Some of the IPs are only available in platform designer of Quartus, So if i want to use some IPs from platform designer as block symbol file in my project how to view the input and output signals of the customized IP.
Else share some tutorial to it which will be very much useful for me , Awaiting for your reply
Thanks,
V.Mathiazhagan
- YEan4 years ago
Contributor
Hi V.Mathiazhagan,
You can try this workaround which is to export the signal. In the hierarchy menu, you will find your customize IP there, right click on the customize IP and select connections. The connections will show every signal available, select the signal and choose exported as:<name of the signal> , repeat this for every signal. After you have completed, generate HDL again, the .bsf file should have all input and output signals of the customized IP now.
Thanks,
Ean
- YEan4 years ago
Contributor
This was the video of exporting interfaces you may refer to https://www.youtube.com/watch?v=d43Pqc_IZpg&t=1340s .