I get the gfollowing error trying to do the first project (LED):
ERROR: [Device 21-45] HDBOBoardMgr: Failed to get VC707 board part 'xc7vx485tffg1761-2' from the part manager. Please verify that this is a valid part and its corresponding device data files are present.
while executing
"create_project $projName "$projDir/$projName" -part $device"
(file "/mnt/Terrace/coolivie/mojo/LEDtoButton/work/project.tcl" line 6)
Search on google or this group gets no results :9
Please help.
The full output is here:
Warnings in file mojo_top.luc:
Line 7, Column 4 : "spi_ss" was never used
Line 13, Column 4 : "avr_rx_busy" was never used
Line 8, Column 4 : "spi_mosi" was never used
Line 5, Column 4 : "cclk" was never used
Line 9, Column 4 : "spi_sck" was never used
Line 11, Column 4 : "avr_tx" was never used
****** PlanAhead v14.7 (64-bit)
**** Build 321239 by xbuild on Fri Sep 27 19:24:36 MDT 2013
** Copyright 1986-1999, 2001-2013 Xilinx, Inc. All Rights Reserved.
INFO: [Common 17-78] Attempting to get a license: PlanAhead
INFO: [Common 17-290] Got license for PlanAhead
INFO: [Device 21-36] Loading parts and site information from /opt/Xilinx/14.7/ISE_DS/PlanAhead/data/parts/arch.xml
Parsing RTL primitives file [/opt/Xilinx/14.7/ISE_DS/PlanAhead/data/parts/xilinx/rtl/prims/rtl_prims.xml]
Finished parsing RTL primitives file [/opt/Xilinx/14.7/ISE_DS/PlanAhead/data/parts/xilinx/rtl/prims/rtl_prims.xml]
source /mnt/Terrace/coolivie/mojo/LEDtoButton/work/project.tcl
# set projDir "/mnt/Terrace/coolivie/mojo/LEDtoButton/work/planAhead"
# set projName "LEDtoButton"
# set topName top
# set device xc6slx9-2tqg144
# if {[file exists "$projDir/$projName"]} { file delete -force "$projDir/$projName" }
# create_project $projName "$projDir/$projName" -part $device
ERROR: [Device 21-45] HDBOBoardMgr: Failed to get VC707 board part 'xc7vx485tffg1761-2' from the part manager. Please verify that this is a valid part and its corresponding device data files are present.
while executing
"create_project $projName "$projDir/$projName" -part $device"
(file "/mnt/Terrace/coolivie/mojo/LEDtoButton/work/project.tcl" line 6)
INFO: [Common 17-206] Exiting PlanAhead at Fri Mar 30 08:12:42 2018...
INFO: [Common 17-83] Releasing license: PlanAhead
Finished building project.
Strange error on first tutorial
Re: Strange error on first tutorial
This is a super bizarre are that I've never seen happen...
There's clearly the line "# set device xc6slx9-2tqg144" which is setting the correct part but it seems to be ignoring that for some other device.
I see you're using Linux, what distro are you running? Have you tried rebooting just for good measure?
There's clearly the line "# set device xc6slx9-2tqg144" which is setting the correct part but it seems to be ignoring that for some other device.
I see you're using Linux, what distro are you running? Have you tried rebooting just for good measure?