Specifications

100 www.xilinx.com Embedded System Tools Guide (EDK 6.2i)
1-800-255-7778 UG111 (v1.4) January 30, 2004
Chapter 5: Platform Generator
R
Tool Options
The following are the options supported in the current version:
-h (Help)
The -h option displays the usage menu and quits.
-v (Display version)
The -v option displays the version and quits.
-f <filename>
Read command line arguments and options from file.
-iobuf yes|no
IOB insertion at the top-level. The default is yes.
This option is deprecated. Please use the ’-toplevel’ option.
-lang verilog|vhdl
HDL language output. The default is vhdl.
-log <logfile[.log]>
Specify log file. The default is platgen.log. Currently, not implemented.
-lp <library_path>
Add <library_path> to the list of IP search directories. A library is a collection of
repository areas.
-od <output_dir>
Output directory path. The default is the current directory.
-p <partname>
Use specified part type to implement the design.
-st xst|none
Generate synthesis project files. The default is xst.
PlatGen produces a synthesis vendor specific project file.
-ti <instname>
Top-level instance name.
-tm <top_module>
Name top-level module as desired.
-tn <compname>
Top-level entity/module name.
This option is deprecated. Please use the ’-tm’ option.
-toplevel yes|no
Input design represents a whole design or a level of hierarchy. Default is yes.