|
发表于 2021-3-9 12:17:23
|
显示全部楼层
Syntax:
vivado [-mode <arg>] [-init] [-source <arg>] [-nojournal] [-appjournal]
[-journal <arg>] [-nolog] [-applog] [-log <arg>] [-version]
[-tclargs <arg>] [-tempDir <arg>] [-robot <arg>] [-verbose] [<project>]
Usage:
Name Description
--------------------------
[-mode] Invocation mode, allowed values are 'gui', 'tcl', and
'batch'
Default: gui
[-init] Source vivado.tcl file
[-source] Source the specified Tcl file
[-nojournal] Do not create a journal file
[-appjournal] Open journal file in append mode
[-journal] Journal file name
Default: vivado.jou
[-nolog] Do not create a log file
[-applog] Open log file in append mode
[-log] Log file name
Default: vivado.log
[-version] Output version information and exit
[-tclargs] Arguments passed on to tcl argc argv
[-tempDir] Temporary directory name.
[-robot] Robot JAR file name.
[-verbose] Suspend message limits during command execution
[<project>] Load the specified project (.xpr) or design checkpoint
(.dcp) file
===》 vivado -source xxx.tcl -tclargs a b c d |
|