moving2
Junior Member level 1
- Joined
- Jul 10, 2013
- Messages
- 19
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 168
Hi All,
I'm using iMPACT 9.1i (as part of ISE/EDK 9.1i- latest version that fully supports the Xilinx ML310 board I'm using) on Linux. I am encountering what seems to be a minor problem, which is that iMPACT seems to be automatically starting with a project directory set in the root directory. Because it does not have permission, I get the following dialog: "The Project Directory / is either not writable or does not exist. iMPACT has chaged the ProjectDirectory to the corrent working directory /home/v". When I dismiss this dialog, iMPACT quits.
Any idea how to change the initial startup directory preference, or otherwise fix this problem?
Try to run it as super user from terminal gksu impact of sudo impact.
That sounds weird... Do you launch impact from ISE? Or do you use command line?
If you run impact etc from command line you have of course sourced the xilinx setting32.sh (or similar file), right?
License file set up properly, etc.
And just to be sure I would also start up impact with CWD=<your_project_dir>.
Oh and before I make assumptions, windoze or linux?
And just to be sure I would also start up impact with CWD=<your_project_dir>.
cd <your_project_dir>
<impact command goes here>
env | grep XILINX
CWD = current working directory. By which I mean you do:
Code:cd <your_project_dir> <impact command goes here>
This to prevent impact not being able to find whatever it seems to be looking for.
Maybe you are missing some env var?
How about just before you start impact, try this instead to check your environment:
Code:env | grep XILINX
What does that show?
mv -v ~/.Xilinx/ ~/.Xilinx_GO_AWAY/
cd <your_project_dir>
impact
mv -v ~/.Xilinx_GO_AWAY/ ~/.Xilinx/
That's weird. I think what may be going on is that you have some curious settings lingering in your ~/.Xilinx/ directory. Just for the fun of it try:
Code:mv -v ~/.Xilinx/ ~/.Xilinx_GO_AWAY/ cd <your_project_dir> impact mv -v ~/.Xilinx_GO_AWAY/ ~/.Xilinx/
If impact now suddenly worked as intended, then see above.
WTF? So if it is called .Xilinx<whatever> it still picks up the directory? Amusing.
I'm using iMPACT 9.1i (as part of ISE/EDK 9.1i- latest version that fully supports the Xilinx ML310 board I'm using)
ls -ltrd ~/.*
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?