Hi all. I'm sneaking up on getting my 10.1 development system working.
It works if I run it as an adminstrator, but as myself, it fails thusly:
Running Bitgen..
*********************************************
cd implementation; bitgen -w -f bitgen.ut system
Release 10.1.03 - Bitgen K.39 (nt)
Copyright (c) 1995-2008 Xilinx, Inc. All rights reserved.
Loading device for application Rf_Device from file '5vsx95t.nph' in
environment
c:\Xilinx\10.1\ISE.
"system" is an NCD, version 3.2, device xc5vsx95t, package ff1136,
speed -1
Opened constraints file system.pcf.
Tue Sep 22 11:21:44 2009
Running DRC.
WARNING:PhysDesignRules:367 - The signal <infrastructure_inst/dly_clk> is
incomplete. The signal does not drive any load pins in the design.
WARNING:PhysDesignRules:367 - The signal <sys_reset> is incomplete. The
signal
does not drive any load pins in the design.
DRC detected 0 errors and 2 warnings. Please see the previously displayed
individual error or warning messages for more details.
Creating bit map...
Saving bit stream in "system.bit".
Saving bit stream in "system.bin".
Bitstream generation is complete.
No changes to be saved in MSS file
No changes to be saved in XMP file
C:\jford\casper\tut1\XPS_ROACH_base>copy implementation\system.bit
..\bit_files\tut1_2009_Sep_22_1052.bit
1 file(s) copied.
C:\jford\casper\tut1\XPS_ROACH_base>mkbof.exe -o implementation\system.bof
-s core_info.tab -t 3 implementation\system.bin
elf file open failed
: Permission denied
C:\jford\casper\tut1\XPS_ROACH_base>copy implementation\system.bof
..\bit_files\tut1_2009_Sep_22_1052.bof
The system cannot find the file specified.
Error using ==> gen_xps_files at 639
Programation files generation failed, EDK compilation probably also failed.
>>
I saw this problem before on our old development machines, and I had to
make a new mkbof.exe that used a different mechanism for making a
temporary file. Surely I'm not the only one that has this problem? Is
there a Windows setting that can be changed to allow this to work?
John