fork(1) download
  1. ls -la /opt/Xilinx/Vivado
  2. total 12
  3. drwxr-xr-x 3 root root 4096 May 11 14:45 .
  4. drwxr-xr-x 8 root root 4096 May 11 14:45 ..
  5. drwxr-xr-x 13 root root 4096 May 11 15:29 2015.1
  6.  
  7. ls -la /home/redpitaya/.Xilinx
  8. total 12
  9. drwxr-xr-x 3 root root 4096 May 11 14:51 .
  10. drwxr-xr-x 21 redpitaya redpitaya 4096 May 11 17:07 ..
  11. drwxr-xr-x 5 root root 4096 May 11 14:52 Vivado
  12.  
  13.  
  14. mkdir -p tmp/cores
  15. vivado -nolog -nojournal -mode batch -source scripts/core.tcl -tclargs axis_red_pitaya_adc_v1_0 xc7z010clg400-1
  16.  
  17. ****** Vivado v2015.1 (64-bit)
  18. **** SW Build 1215546 on Mon Apr 27 19:07:21 MDT 2015
  19. **** IP Build 1209967 on Tue Apr 21 11:39:20 MDT 2015
  20. ** Copyright 1986-2015 Xilinx, Inc. All Rights Reserved.
  21.  
  22. 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.
  23. source scripts/core.tcl
  24. # set core_name [lindex $argv 0]
  25. # set part_name [lindex $argv 1]
  26. # set elements [split $core_name _]
  27. # set project_name [join [lrange $elements 0 end-2] _]
  28. # set version [string trimleft [join [lrange $elements end-1 end] .] v]
  29. # create_project -part $part_name $project_name tmp/cores
  30. ERROR: [Common 17-39] 'tclapp::load_apps' failed due to earlier errors.
  31. ERROR: [Common 17-39] 'tclapp::load_apps' failed due to earlier errors.
  32. INFO: [Common 17-206] Exiting Vivado at Mon May 11 17:42:47 2015...
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Main.java:1: error: class, interface, or enum expected
ls -la /opt
^
Main.java:4: error: illegal '.'
drwxr-xr-x 24 root      root      4096 May 11 16:05 ..
                                                     ^
2 errors
stdout
Standard output is empty