Description
This Tcl command exports an HTML file containing information about your root SmartDesign in your project. The HTML report provides information on: 
- Generated Files
 - I/Os
 - Hardware Instances
 - Firmware
 - Memory Map
 
export_design_summary -file {absolute or relative path and name of HTML file}
Arguments
| Parameter | Type | Description | 
|---|
| file | string | Specifies the absolute or relative path and name of file where you wish to export the HTML file. It is mandatory. | 
Error Codes
| Error Code | Description | 
|---|
| None | Required parameter 'file' is missing. | 
Supported Families
            
            | Supported Families | 
|---|
| PolarFire® | 
| RTG4™ | 
| SmartFusion® 2 | 
| IGLOO® 2 | 
 
        Example
The following example exports an HTML to specified file which contains information about your root SmartDesign.
export_design_summary -file {D:/Designs/test/sd1.html}