#----------------------------------------------------------- # Vivado v2017.4 (64-bit) # SW Build 2086221 on Fri Dec 15 20:54:30 MST 2017 # IP Build 2085800 on Fri Dec 15 22:25:07 MST 2017 # Start of session at: Tue Jan 22 12:24:45 2019 # Process ID: 19428 # Current directory: /afs/slac.stanford.edu/g/lcls/vol9/package/cpsw/controlGUI/R4.0.1 # Command line: vivado # Log file: /afs/slac.stanford.edu/g/lcls/vol9/package/cpsw/controlGUI/R4.0.1/vivado.log # Journal file: /afs/slac.stanford.edu/g/lcls/vol9/package/cpsw/controlGUI/R4.0.1/vivado.jou #----------------------------------------------------------- start_gui open_hw INFO: [IP_Flow 19-234] Refreshing IP repositories INFO: [IP_Flow 19-1704] No user IP repositories specified INFO: [IP_Flow 19-2313] Loaded Vivado IP repository '/afs/slac.stanford.edu/g/reseng/xilinx/vivado_2017.4/Vivado/2017.4/data/ip'. open_hw: Time (s): cpu = 00:00:18 ; elapsed = 00:00:08 . Memory (MB): peak = 6299.477 ; gain = 169.629 ; free physical = 8582 ; free virtual = 48397 connect_hw_server help ERROR: [Common 17-165] Too many positional options when parsing 'help', please type 'connect_hw_server -help' for usage info. connect_hw_server -help connect_hw_server Description: Open a connection to a hardware server Syntax: connect_hw_server [-url ] [-quiet] [-verbose] Returns: hardware server Usage: Name Description ----------------------- [-url] hw_server url Default: localhost:3121 [-quiet] Ignore command errors [-verbose] Suspend message limits during command execution Categories: Hardware Description: Note: You must use the open_hw command to open the Hardware Manager in the Vivado Design Suite before using this command. To open a hardware target containing a JTAG chain of one or more Xilinx devices, for programming and/or debugging your design, you must first connect to a Vivado tools hardware server (hw_server) to manage the connection to the hardware target (hw_target). The hw_server manages the connection to the physical programming target. It should be running on the machine connected to the hardware programmer, or test board, connected either locally or remotely. The hw_server command must be launched as a separate application, and can be found in the /bin folder of your Vivado Design Suite installation directory. To connect to a hardware server, the hw_server application must be running, and the host name and port number noted for the -url argument of the connect_hw_server command. The default URL for the hw_server process is localhost:3121. For more information on setting up and running the Vivado hardware server, refer to the Vivado Design Suite User Guide: Programming and Debugging (UG908). You can connect a single instance of the Vivado Design Suite to multiple hardware servers, to support programming and debugging different device configurations. However, you can only have one connection to a specific hardware server as identified by the host name/port number combination. An error is returned if you attempt to open a connection to a server that is already connected. The last connected hardware server is the current hardware server, unless changed by the current_hw_server command. Any connected server can be disconnected with the disconnect_hw_server command. This command returns the host name of the hardware server that has been connected. Arguments: -url - (Optional) The URL of the running hw_server application. The URL consists of the :. The default setting is localhost:3121. -quiet - (Optional) Execute the command quietly, returning no messages from the command. The command also returns TCL_OK regardless of any errors encountered during execution. Note: Any errors encountered on the command-line, while launching the command, will be returned. Only errors occurring inside the command will be trapped. -verbose - (Optional) Temporarily override any message limits and return all messages from this command. Note: Message limits can be defined with the set_msg_config command. Example: The following example connects to the hw_server on the remote host trumpet3, through port 3121: connect_hw_server -url trumpet3:3121 This example connects to a running hw_server that is running locally with the default url: connect_hw_server Note: The hw_server command must be run separately prior to connection. See Also: * current_hw_server * disconnect_hw_server * get_hw_servers * get_hw_targets * open_hw * refresh_hw_server connect_hw_server -url 10.0.3.102:2542 INFO: [Labtools 27-2285] Connecting to hw_server url TCP:10.0.3.102:2542 ERROR: [Labtools 27-2223] Unable to connect to hw_server with URL "TCP:10.0.3.102:2542". Resolution: 1. Check the host name, port number and network connectivity. 2. Check to ensure the hw_server is running on the target. connect_hw_server: Time (s): cpu = 00:00:13 ; elapsed = 00:01:03 . Memory (MB): peak = 6319.586 ; gain = 10.098 ; free physical = 8649 ; free virtual = 48465 ERROR: [Common 17-39] 'connect_hw_server' failed due to earlier errors. exit INFO: [Common 17-206] Exiting Vivado at Tue Jan 22 13:24:33 2019...