Ubuntu Pastebin

Paste from redpitaya at Mon, 11 May 2015 21:39:02 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
mkdir -p tmp/cores
vivado -nolog -nojournal -mode batch -source scripts/core.tcl -tclargs axis_red_pitaya_adc_v1_0 xc7z010clg400-1

****** Vivado v2015.1 (64-bit)
  **** SW Build 1215546 on Mon Apr 27 19:07:21 MDT 2015
  **** IP Build 1209967 on Tue Apr 21 11:39:20 MDT 2015
    ** Copyright 1986-2015 Xilinx, Inc. All Rights Reserved.

CRITICAL WARNING: [Common 17-741] No write access right to the local Tcl store at '/home/redpitaya/.Xilinx/Vivado/2015.1/XilinxTclStore'. XilinxTclStore is reverted to the installation area. If you want to use local Tcl Store, please change the access right and relaunch Vivado.
source scripts/core.tcl
# set core_name [lindex $argv 0]
# set part_name [lindex $argv 1]
# set elements [split $core_name _]
# set project_name [join [lrange $elements 0 end-2] _]
# set version [string trimleft [join [lrange $elements end-1 end] .] v]
# create_project -part $part_name $project_name tmp/cores
ERROR: [Common 17-39] 'tclapp::load_apps' failed due to earlier errors.
ERROR: [Common 17-39] 'tclapp::load_apps' failed due to earlier errors.
INFO: [Common 17-206] Exiting Vivado at Mon May 11 17:38:09 2015...
Download as text