report (Pin)
Creates a text list of the I/O signal locations on
a device. You can generate a pin report sorted by I/O signal names or
by package number.
report -type pin [-listby
value] filename
Arguments
-type pin
Specifies the type of report to generate.
-listby value
Specifies whether to sort the report data by pin name
or pin number. The value can be either the name of a pin or its pin number.
filename
Specifies the name and destination of the pin report.
Supported Families
Fusion, ProASIC3/E,
ProASICPLUS,
Axcelerator, ProASIC, MX, eX, and SX/SX-A
Exceptions
Examples
This example generates a pin report and saves it to
a file named pin.txt:
report -type pin pin.txt
This example generates a pin report sorted by pin name
and saves it to a file named pins_by_name.txt:
report -type pin -listby name pins_by_name.txt
This example generates a pin report sorted by pin number
and saves it to a file named pins_by_number.txt:
report -type pin -listby number pins_by_number.txt
See Also
report
Tcl documentation
conventions