| Author |
Message |
BasePointer
Joined: 03 Jul 2002 Posts: 124 Helped: 3 Location: TURKEY
|
09 Jul 2004 15:01 modelsim, cd $, modelsim.ini |
|
|
|
|
I have just downloaded ModelSim 5.8d. I gave an error message "Permission denied" when I tried command below. How can I prevent this ?
ModelSim> compxlib -s mti_se -f all -l all -o .
# Release 6.2i - compxlib
#
# XILINX = 'C:\_Elkn\Xilinx'
#
# SIMULATOR = MODELSIM SE/EE
#
#
# Source Tools => [using PATH env]
#
# Initializing Logical Mapping ( => 'C:\_Elkn\FPGAdv62PS\Modeltech\win32' )
#
# output directory set to 'c:\_elkn\fpgadv62ps\modeltech\examples'
#
# checking dependencies...
#
# Using MODELSIM ( => C:\_Elkn\FPGAdv62PS\Modeltech\win32/../modelsim.ini )
#
#
# ==> STARTING COMPILATION (Xilinx VERILOG Libraries)
..
..
..
# Warning: Copied C:\_Elkn\FPGAdv62PS\Modeltech\win32/../modelsim.ini to modelsim.ini.
# Updated modelsim.ini.
# MODELSIM set to C:\_Elkn\FPGAdv62PS\Modeltech\win32/../modelsim.ini.
# The MODELSIM environment variable is used by all ModelSim products
# to find the modelsim.ini file, so this local copy will not be used.
# Error: Could not write to C:\_Elkn\FPGAdv62PS\Modeltech\win32/../modelsim.ini: Permission denied
Thanks
|
|
| Back to top |
|
 |
Google AdSense

|
09 Jul 2004 15:01 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
Git
Joined: 12 Dec 2001 Posts: 1118 Helped: 1 Location: Torino
|
09 Jul 2004 17:42 modelsim xilinx libraries |
|
|
|
|
Are you logged in as Administrator? If not, are the permissions on that directory *and* the root of C: ok for your login?. If there is an existing modelsim.ini in that directory, is it Read Only?
I take it you are running compxlib from a console where you have CD'd to the root Xilinx directory?. Oh - also check if there is an existing compxlib.log which is Read Only.
Git
|
|
| Back to top |
|
 |
echo47
Joined: 07 Apr 2002 Posts: 4206 Helped: 566
|
10 Jul 2004 2:39 Problem with recompiling Xilinx Libraries in ModelSim |
|
|
|
|
| Yes, common problem. Change your modelsim.ini from read-only to writeable. I also keep a backup copy, just in case.
|
|
| Back to top |
|
 |
BasePointer
Joined: 03 Jul 2002 Posts: 124 Helped: 3 Location: TURKEY
|
10 Jul 2004 11:49 Re: Problem with recompiling Xilinx Libraries in ModelSim |
|
|
|
|
Yes I changed the modelsim.ini to writeable, it works now.
Thnks for your responses.
|
|
| Back to top |
|
 |