Forum Discussion
hbl
New Contributor
2 years agoGet available memory in an FPGA part using Tcl
How can I get the available memory (RAM, ROM, etc.) in an FPGA part using Tcl? report_part_info and get_part_info do not show this info. Thanks
KennyT_altera
Super Contributor
2 years agoWhen you mention available, do you mean a blank project or project with design included?
- hbl2 years ago
New Contributor
What I am looking for is the total memory bits in a part, similar to what is reported when selecting a device in the Quartus gui (Assignmens -> Device...). I am not looking for resources usage, etc. tied to a specific project.
Thanks