Hello
Im doing big project on my psoc 3 and I'm wondering wher can I find size of free space of PLD matrix in Psoc Creator.
Is thare option to check it anyway?
Thanks
After building your project, under the worksapce explore on the left hand side, go to the result tab. you should find afile xxxxxx.rpt. you should be able to find the resoruce usage there.
As told by in the previous comment go to Results tab in the workspace explorer. You will find a report file for your project, "project.rpt". In this file you will find the following list which shows the PLD resource utilisation.
Thank you for help,
I've found it 🙂
Good to hear that.